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-03 06:02:37 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-03 06:02:37 +0400
commita963a8707fd0ac6e23e2b7d17848a57c69492727 (patch)
tree75ef3008ea582b0f785669bc31df3245326f38de /plugins/ExampleUI
parent031ad2ee5fc29aa859d1f88544513af879de2d15 (diff)
refs #3994 allow only one 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 f247441067..fa6c7d39b2 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -93,6 +93,7 @@ class Controller extends \Piwik\Controller
$view->columns_to_display = array('value');
$view->translations['value'] = "times the diameter of Earth";
$view->show_footer_icons = false;
+ $view->visualization_properties->selectable_columns = array("value");
$view->visualization_properties->max_graph_elements = 10;
echo $view->render();