2020-10-14 vue 中使用echarts 绘制中国地图

最终效果图

2020-10-14 vue 中使用echarts 绘制中国地图_第1张图片

    1. 安装vue-echarts第三方包
    1. 全局引用
import ECharts from 'vue-echarts'
Vue.component('v-chart', ECharts)
    1. 组件中使用

    


你可能感兴趣的:(echarts,vue,vue,js,javascript)