mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 00:55:37 +01:00
Chart labels should update when changing locale.
This commit is contained in:
parent
ccca5d2d99
commit
7164977f9f
2 changed files with 9 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ export default function BarChart({
|
|||
updateChart();
|
||||
}
|
||||
}
|
||||
}, [datasets, unit, animationDuration]);
|
||||
}, [datasets, unit, animationDuration, locale]);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue