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:
authorThomas Steur <tsteur@users.noreply.github.com>2016-05-10 23:37:54 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2016-05-10 23:37:54 +0300
commit2bf6a1fef64c8999ec2716ec8d7b598f85ecc269 (patch)
tree17b2d5de85c2a5631b65ddb500ff8fd73afc8379 /plugins/CoreHome/javascripts/dataTable.js
parent639b928bc4a57ef6f3fa3d7c5ae6f15c7c45ac85 (diff)
fixes #10130 7 days in Evolution over the period when Period is Day
Diffstat (limited to 'plugins/CoreHome/javascripts/dataTable.js')
-rw-r--r--plugins/CoreHome/javascripts/dataTable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/javascripts/dataTable.js b/plugins/CoreHome/javascripts/dataTable.js
index ab8259231c..20b0f4a361 100644
--- a/plugins/CoreHome/javascripts/dataTable.js
+++ b/plugins/CoreHome/javascripts/dataTable.js
@@ -473,7 +473,7 @@ $.extend(DataTable.prototype, UIControl.prototype, {
var tableRowLimits = piwik.config.datatable_row_limits,
evolutionLimits =
{
- day: [30, 60, 90, 180, 365, 500],
+ day: [7, 30, 60, 90, 180, 365, 500],
week: [4, 12, 26, 52, 104, 500],
month: [3, 6, 12, 24, 36, 120],
year: [3, 5, 10]