matomo-org/matomo

Configurable "Rows to display" for evolutionLimits

Open

#5206 opened on May 21, 2014

View on GitHub
 (9 comments) (0 reactions) (0 assignees)PHP (21,513 stars) (2,847 forks)batch import
EnhancementHelp wanted

Description

Same as #5188 but for evolutionLimits.

Use case: Showing 1 month, 7 days (or 1 week) all seems like interesting values to have when using "Evolution over period" graphs.

Actual numbers taken from /plugins/CoreHome/javascripts/dataTable.js :


            evolutionLimits =
            {
                day: [30, 60, 90, 180, 365, 500],
                week: [4, 12, 26, 52, 104, 500],
                month: [3, 6, 12, 24, 36, 120],
                year: [3, 5, 10]
            };

Dali

Contributor guide