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