mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Fixed wrong chart color.
This commit is contained in:
parent
6ea48d5c2c
commit
e1ad3b99cd
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ export function Chart({
|
|||
updateChart(data);
|
||||
}
|
||||
}
|
||||
}, [data]);
|
||||
}, [data, options]);
|
||||
|
||||
const handleLegendClick = (item: LegendItem) => {
|
||||
if (type === 'bar') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue