vue2中echarts的使用

在main.js中导入文件

import * as echarts from 'echarts';
 创建一个名为 $echarts 的全局变量
Vue.prototype.$echarts = echarts

模板





官网:ghttps://echarts.apache.org/zh/index.html

你可能感兴趣的:(echarts,javascript,前端)