mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 17:45:38 +01:00
modifing yyy label, spy reset after each test gets finished
This commit is contained in:
parent
85d89de072
commit
42739c660e
2 changed files with 11 additions and 7 deletions
|
|
@ -19,7 +19,7 @@ export function renderDateLabels(unit: string, locale: string) {
|
|||
case 'month':
|
||||
return formatDate(d, 'MMM', locale);
|
||||
case 'year':
|
||||
return formatDate(d, 'YYY', locale);
|
||||
return formatDate(d, 'yyyy', locale);
|
||||
default:
|
||||
return label;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue