matomo-org/matomo

Configurable "Rows to display" for evolutionLimits

Open

#5206 aperta il 21 mag 2014

Vedi su GitHub
 (9 commenti) (0 reazioni) (0 assegnatari)PHP (2847 fork)batch import
EnhancementHelp wanted

Metriche repository

Star
 (21.513 star)
Metriche merge PR
 (Merge medio 8g 11h) (106 PR mergiate in 30 g)

Descrizione

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

Guida contributor