mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 09:05: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);
|
updateChart(data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, [data]);
|
}, [data, options]);
|
||||||
|
|
||||||
const handleLegendClick = (item: LegendItem) => {
|
const handleLegendClick = (item: LegendItem) => {
|
||||||
if (type === 'bar') {
|
if (type === 'bar') {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue