mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Fixed legend not updating correctly.
This commit is contained in:
parent
6767f95c0d
commit
a695f6d516
3 changed files with 5 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ export function PageviewsChart({ data, unit, isLoading, ...props }: PageviewsCha
|
|||
},
|
||||
],
|
||||
};
|
||||
}, [data]);
|
||||
}, [data, locale]);
|
||||
|
||||
return (
|
||||
<BarChart
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue