diff --git a/web/src/lib/components/ui/chart/chart-container.svelte b/web/src/lib/components/ui/chart/chart-container.svelte index f65945b..31146c9 100644 --- a/web/src/lib/components/ui/chart/chart-container.svelte +++ b/web/src/lib/components/ui/chart/chart-container.svelte @@ -17,6 +17,7 @@ config: ChartConfig; } = $props(); + // svelte-ignore state_referenced_locally const chartId = `chart-${id || uid.replace(/:/g, '')}`; setChartContext({