From 18b55ec7ea9a21eaf2975c37f7e1ee75bc59f810 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Wed, 11 Dec 2013 16:16:52 +0000 Subject: Update treemap submodule + fix bug in ExampleUI treemap display. --- plugins/ExampleUI/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ExampleUI') 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; -- cgit v1.2.3