hejianhao
2025-03-24 d8e6a68123a3ff03ab096acf81d4aadd20837c25
1
2
3
4
5
6
7
8
9
10
import Vue from 'vue';
import ECharts from 'vue-echarts';
import 'echarts/lib/chart/pie';
import 'echarts/lib/chart/bar';
import 'echarts/lib/component/tooltip';
import 'echarts/lib/component/title';
import 'echarts/lib/component/legend';
import 'echarts/lib/component/grid';
 
Vue.component('v-chart', ECharts);