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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-12-11 20:16:52 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-12-12 04:06:27 +0400
commit18b55ec7ea9a21eaf2975c37f7e1ee75bc59f810 (patch)
tree9530001ef510954213101d9d3f9f9710bf414565 /plugins/ExampleUI
parentada3c28f4492b62b6d6440ed919cdda112fd6dbd (diff)
Update treemap submodule + fix bug in ExampleUI treemap display.
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php
index c6f94b5aea..bbe6e23b12 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -190,7 +190,7 @@ class Controller extends \Piwik\Plugin\Controller
'infoviz-treemap', 'ExampleUI.getTemperatures', $controllerAction = 'ExampleUI.treemap');
$view->config->translations['value'] = "Temperature";
- $view->config->columns_to_display = array("value");
+ $view->config->columns_to_display = array("label", "value");
$view->config->selectable_columns = array("value");
$view->config->show_evolution_values = 0;