@@ -38,6 +38,9 @@
import { TooltipComponent, LegendComponent, TitleComponent } from 'echarts/components';
import { ViolationCount } from '@/api/home/home.ts';
import VChart from 'vue-echarts';
+ import * as echarts from 'echarts';
+
+ console.log(echarts);
const props = defineProps<{
data: ViolationCount;