介绍:一个基于 JavaScript 的开源可视化图表库
网址:https://echarts.apache.org/handbook/zh/get-started/
https://echarts.apache.org/examples/zh/index.html
1、项目下载安装 npm install echarts --save
2、项目中使用
(1)全局使用
(2)按需引入使用

// 全局引入并使用
import * as echarts from 'echarts'
Vue.prototype.$echarts = echarts;
// 在组件内直接通过this.$echarts 获取

// 组件内按需引入
import * as echarts from 'echarts';
var myChart = echarts.init(document.getElementById('main')); // 通过echarts拿到并与dom结合使用
Logo

瓜分20万奖金 获得内推名额 丰厚实物奖励 易参与易上手

更多推荐