2020-10-14 vue 中使用echarts 绘制中国地图最终效果图
最终效果图安装vue-echarts第三方包全局引用import ECharts from 'vue-echarts'Vue.component('v-chart', ECharts)组件中使用<templete> <v-chart ref="mapChart" :options="renderOptions" :autoresize="true"/></te