Issue #1189 : Add a compare mode on years and month in the statistic page.

* Number of years compared is a configuration variable (default 5)
 * Months compared are the actual, the last and the actual month the last year (you can also visualize the average last 12 months)
This commit is contained in:
Zacharie
2020-06-08 15:03:03 +02:00
committed by plegall
parent 8577239be5
commit 5d24541dca
5 changed files with 303 additions and 45 deletions
+3
View File
@@ -271,6 +271,9 @@ $conf['update_notify_reminder_period'] = 7*24*60*60;
// only the first page (value=false)
$conf['album_description_on_all_pages'] = false;
// Number of years displayed in the history compare mode (for the years chart)
$conf['stat_compare_year_displayed'] = 5;
// +-----------------------------------------------------------------------+
// | email |
// +-----------------------------------------------------------------------+