mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-21 17:37:00 +01:00
Fixed wrong chart color.
This commit is contained in:
parent
6ea48d5c2c
commit
e1ad3b99cd
@ -99,7 +99,7 @@ export function Chart({
|
||||
updateChart(data);
|
||||
}
|
||||
}
|
||||
}, [data]);
|
||||
}, [data, options]);
|
||||
|
||||
const handleLegendClick = (item: LegendItem) => {
|
||||
if (type === 'bar') {
|
||||
|
Loading…
Reference in New Issue
Block a user