Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2013-10-21 08:06:52 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-21 08:06:52 +0400
commit21923598fc2aa7cc9ec76f8b99196b87be12cd59 (patch)
tree1495332c86d23051cb177c547034f0c8c6645d00 /plugins/ExampleUI
parent6a3d27b60c0946e141466d4634ae2a1e2c2f1118 (diff)
refs #3994 added dummy documentation for temperature metric
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php
index dc9611b57b..06bd38fd1f 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -38,6 +38,7 @@ class Controller extends \Piwik\Plugin\Controller
$view->config->show_table_all_columns = false;
$view->config->disable_row_evolution = true;
$view->config->max_graph_elements = 24;
+ $view->config->metrics_documentation = array('value' => 'Documentation for temperature metric');
echo $view->render();
}