mirror of https://github.com/buster-so/buster.git
update name
This commit is contained in:
parent
34b057c7e1
commit
27aed66397
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue