v-charts-x-dm
v1.0.0
Published
Vue Echarts Components
Downloads
5
Readme
v-charts-x
Upgrade v-charts support echarts@5.
- support echarts@5
- upgrade dev to vite@3
- upgrade build to rollupx@2
- change main from lib/index.js to lib/index.min.js for compatiable
Usage
npm i echarts v-charts-x
import VeBar from 'v-charts-x/lib/packages/bar';
import VeChart from 'v-charts-x/lib/packages/chart';
Vue.component(VeBar.name, VeBar);
Vue.component(VeChart.name, VeChart);
Next
- [ ] Documentation
- [ ] TS