Replace date-fns with chartjs-adapter-moment to eliminate duplicate date libraries

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 09:51:13 +08:00
parent 1d0d938193
commit b259f23799
3 changed files with 76 additions and 14151 deletions

View File

@@ -34,7 +34,7 @@
import { storeToRefs } from 'pinia';
import AllMapDataStore from '@/stores/allMapData.js';
import { Chart, registerables } from 'chart.js';
import 'chartjs-adapter-date-fns';
import 'chartjs-adapter-moment';
import getMoment from 'moment';
export default{