From 27aed6639744dbefc77fbd574cf93cb009c92581 Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Fri, 18 Apr 2025 13:51:14 -0600 Subject: [PATCH] update name --- web/src/components/ui/charts/BusterChartJS/ChartJSTheme.ts | 2 +- ...plugin-tick-duplicate.ts => chartjs-scale-tick-duplicate.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename web/src/components/ui/charts/BusterChartJS/core/plugins/{chartjs-plugin-tick-duplicate.ts => chartjs-scale-tick-duplicate.ts} (100%) 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