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