mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Convert local time to timezone.
This commit is contained in:
parent
490e446481
commit
a4d8afe516
6 changed files with 28 additions and 55 deletions
|
|
@ -66,7 +66,7 @@ export function BarChart(props: BarChartProps) {
|
|||
},
|
||||
},
|
||||
};
|
||||
}, [colors]);
|
||||
}, [colors, unit, stacked, renderXLabel, renderYLabel]);
|
||||
|
||||
const handleTooltip = ({ tooltip }: { tooltip: any }) => {
|
||||
const { opacity } = tooltip;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue