We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ajouter la fonctionnalité pour pouvoir changer l'année :
2c436fc
changer ça
//$years = $currentYear - (empty($conf->global->MAIN_STATS_GRAPHS_SHOW_N_YEARS) ? 2 : max(1, min(10, $conf->global->MAIN_STATS_GRAPHS_SHOW_N_YEARS)));
$years = [2021, 2022, 2023];
42050bb
The text was updated successfully, but these errors were encountered:
#198 [Dashboard] add: selector year for show timespent data
Evarisk#198 [Dashboard] add: manage years
Merge pull request #265 from nicolas-eoxia/add_manage_years_dashboard
07139a5
#198 [Dashboard] add: manage years
nicolas-eoxia
Successfully merging a pull request may close this issue.
Ajouter la fonctionnalité pour pouvoir changer l'année :
2c436fc
changer ça
//$years = $currentYear - (empty($conf->global->MAIN_STATS_GRAPHS_SHOW_N_YEARS) ? 2 : max(1, min(10, $conf->global->MAIN_STATS_GRAPHS_SHOW_N_YEARS)));
$years = [2021, 2022, 2023];
42050bb
The text was updated successfully, but these errors were encountered: