matomo-org/matomo

Configurable "Rows to display" for evolutionLimits

Open

#5,206 opened on May 21, 2014

 (9 comments) (0 reactions) (0 assignees)PHP (2,894 forks)batch import
EnhancementHelp wanted

Repository metrics

Stars
 (21,803 stars)
PR merge metrics
 (PR metrics pending)

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