8000 GitHub - yujinpan/v-charts-x: Upgrade v-charts support echarts@5.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yujinpan/v-charts-x

 
 

Repository files navigation

v-charts-x

Upgrade v-charts support echarts@5.

  • support echarts@5
  • upgrade dev to vite@3
  • upgrade build to rollupx@2

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

About

Upgrade v-charts support echarts@5.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.5%
  • Vue 1.6%
  • TypeScript 1.5%
  • HTML 0.4%
0