diff --git a/web/src/components/ui/charts/BusterChartJS/ChartJSTheme.ts b/web/src/components/ui/charts/BusterChartJS/ChartJSTheme.ts index d6a1fe806..6c0b95e14 100644 --- a/web/src/components/ui/charts/BusterChartJS/ChartJSTheme.ts +++ b/web/src/components/ui/charts/BusterChartJS/ChartJSTheme.ts @@ -32,7 +32,7 @@ import { isServer } from '@tanstack/react-query'; import './core/plugins/chartjs-plugin-dayjs'; import { truncateText } from '@/lib/text'; -import { DeduplicatedTimeScale } from './core/plugins/chartjs-plugin-tick-duplicate'; +import { DeduplicatedTimeScale } from './core/plugins/chartjs-scale-tick-duplicate'; // Register the scale properly registry.addScales(DeduplicatedTimeScale); diff --git a/web/src/components/ui/charts/BusterChartJS/core/plugins/chartjs-plugin-tick-duplicate.ts b/web/src/components/ui/charts/BusterChartJS/core/plugins/chartjs-scale-tick-duplicate.ts similarity index 100% rename from web/src/components/ui/charts/BusterChartJS/core/plugins/chartjs-plugin-tick-duplicate.ts rename to web/src/components/ui/charts/BusterChartJS/core/plugins/chartjs-scale-tick-duplicate.ts