1首先 需要 下载echarts
2 在main 中 需要引入
import echarts from 'echarts/dist/echarts.min.js' import china from 'echarts/map/json/china.json' echarts.registerMap('china', china) Vue.prototype.$echarts = echarts
必须要 引入 第二行 和第三行 ,保证地图 数据能被渲染!
1首先 需要 下载echarts
2 在main 中 需要引入
import echarts from 'echarts/dist/echarts.min.js' import china from 'echarts/map/json/china.json' echarts.registerMap('china', china) Vue.prototype.$echarts = echarts
必须要 引入 第二行 和第三行 ,保证地图 数据能被渲染!
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。