Mise à jour de 'services'

This commit is contained in:
Julien Gautier
2023-10-03 13:49:23 +02:00
parent 7e3dd53479
commit e591149b7d
5 changed files with 192 additions and 11 deletions
@@ -55,6 +55,10 @@ export class UtilitiesService {
return colors;
}
getCurrentDateFr(): string {
return new Date().toLocaleDateString("fr");
}
getSeriesColors(opacity: number, palette: string = 'all'): string[] {
let colors: string[] = [];
switch (palette) {