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:
authorBeezyT <timo@ezdesign.de>2012-03-22 21:27:26 +0400
committerBeezyT <timo@ezdesign.de>2012-03-22 21:27:26 +0400
commit8024a226c747a99e09d309cbb0208a268a8451c6 (patch)
tree024b1621d9e0a26c23c081a55a27aa92645499a6 /plugins/ExampleUI
parent1723af9d339a9980967b0529dc1a2fd3161d6a22 (diff)
refs #534 assets for row evolution
git-svn-id: http://dev.piwik.org/svn/trunk@6095 59fd770c-687e-43c8-a1e3-f5a4ff64c105
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 b778b9f318..3a0d18e1ba 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -26,6 +26,7 @@ class Piwik_ExampleUI_Controller extends Piwik_Controller
$view->setLimit( 24 );
$view->disableExcludeLowPopulation();
$view->disableShowAllColumns();
+ $view->disableRowEvolution();
$view->setAxisYUnit('°C'); // useful if the user requests the bar graph
return $this->renderView($view);
}