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:
authorsgiehl <stefan@piwik.org>2015-02-08 22:09:34 +0300
committersgiehl <stefan@piwik.org>2015-02-08 22:09:34 +0300
commit85c520028fa16f024d6608a58da71cb5904030ac (patch)
tree88ab949c5c6b2a0fb9d70127936919d055aa7cc3 /plugins/VisitTime
parent5d973bf58f523041e9f6a5c7a2e81670ef86cbf9 (diff)
refs #6716 - disabled row evolution for day of week report, as it doesn't work
Diffstat (limited to 'plugins/VisitTime')
-rw-r--r--plugins/VisitTime/Reports/GetByDayOfWeek.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/VisitTime/Reports/GetByDayOfWeek.php b/plugins/VisitTime/Reports/GetByDayOfWeek.php
index c720166cf5..d695ba5a7e 100644
--- a/plugins/VisitTime/Reports/GetByDayOfWeek.php
+++ b/plugins/VisitTime/Reports/GetByDayOfWeek.php
@@ -39,6 +39,8 @@ class GetByDayOfWeek extends Base
$view->config->show_footer_message = Piwik::translate('General_ReportGeneratedFrom', $this->getDateRangeForFooterMessage());
$view->config->addTranslation('label', $this->dimension->getName());
+ $view->config->disable_row_evolution = true;
+
if ($view->isViewDataTableId(Graph::ID)) {
$view->config->max_graph_elements = false;
$view->config->show_all_ticks = true;