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
path: root/config
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2014-09-19 22:07:18 +0400
committerdiosmosis <benaka@piwik.pro>2014-09-19 22:07:18 +0400
commita318e24f45d158e907085912bf9815d30ec3680e (patch)
tree84a7c000e70c49546e8a31f76e643df2352a227b /config
parent3d9043017c759ed3777b5368dbcbf0bcf873f9a1 (diff)
Refs #6078, allow default column limit to be specified through INI config.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 2ce4085ab3..0c45bf884d 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -477,6 +477,12 @@ enable_update_communication = 1
; At present, this is very inefficient, so it is disabled by default.
pivot_by_filter_enable_fetch_by_segment = 0
+; This controls the default maximum number of columns to display in a pivot table. Since a pivot table displays
+; a table's rows as columns, the number of columns can become very large, which will affect webpage layouts.
+; Set to -1 to specify no limit. Note: The pivotByColumnLimit query parameter can be used to override this default
+; on a per-request basis;
+pivot_by_filter_default_column_limit = 7
+
[Tracker]
; Piwik uses first party cookies by default. If set to 1,
; the visit ID cookie will be set on the Piwik server domain as well