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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-07-19 15:21:50 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-07-19 15:21:50 +0400
commit0713062313967d940b8f5c34cb21d515c6b016b4 (patch)
tree03c78e68d7f4a92ba2e0085df946e5cf9c84ef76 /plugins/VisitTime
parent53bf5b49f66cc138d408b4499625223d7a6e7c30 (diff)
Refs #4041, move Piwik_ViewDataTable_GenerateGraphData logic to new JqplotDataGenerator class that does not derive from ViewDataTable and remove recursive API request used to get graph data.
Diffstat (limited to 'plugins/VisitTime')
-rw-r--r--plugins/VisitTime/VisitTime.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/VisitTime/VisitTime.php b/plugins/VisitTime/VisitTime.php
index 18e6fde02f..922f473dd3 100644
--- a/plugins/VisitTime/VisitTime.php
+++ b/plugins/VisitTime/VisitTime.php
@@ -126,7 +126,7 @@ class Piwik_VisitTime extends Piwik_Plugin
$reportViewProperties = array(
'VisitTime.getVisitInformationPerServerTime' => array_merge($commonProperties, array(
'filter_limit' => 24,
- 'graph_limit' => 24,
+ 'graph_limit' => null,
'show_goals' => true,
'translations' => array('label' => Piwik_Translate('VisitTime_ColumnServerTime')),
@@ -136,14 +136,14 @@ class Piwik_VisitTime extends Piwik_Plugin
'VisitTime.getVisitInformationPerLocalTime' => array_merge($commonProperties, array(
'filter_limit' => 24,
- 'graph_limit' => 24,
+ 'graph_limit' => null,
'title' => Piwik_Translate('VisitTime_ColumnLocalTime'),
'translations' => array('label' => Piwik_Translate('VisitTime_LocalTime')),
)),
'VisitTime.getByDayOfWeek' => array_merge($commonProperties, array(
'filter_limit' => 7,
- 'graph_limit' => 7,
+ 'graph_limit' => null,
'enable_sort' => false,
'show_all_ticks' => true,
'show_footer_message' =>