黄何裕
2024-08-08 98899e05df715b4fc19b361ddde0f2a7b9ec5c29
src/views/home/data-view/components/data-map.vue
@@ -8,7 +8,7 @@
<script>
import * as echarts from 'echarts';
import 'echarts-gl';
import mapData from '@/assets/map/zigong.json';
import mapData from '@/assets/map/zigong2.json';
echarts.registerMap('zigong', mapData);
console.log(mapData);
let mapChart = null;