Mise à jour de 'services'
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user