view-echarts

Chart components based on Vuejs 2.x and Echarts

Usage no npm install needed!

<script type="module">
  import viewEcharts from 'https://cdn.skypack.dev/view-echarts';
</script>

README

view-echarts

Npm package Language License

Forked from v-charts

Chart components based on Vuejs 2.x and Echarts

Features

  • Uniform data format: Use an uniform data format that both convient for frontend and backend, and also easy to create and edit.
  • Simplified configuration: With simplified configuration items, complex requirements can be easily implemented.
  • Simple customization: Provide a variety of custom Echarts way, you can easily set the chart options.

Support

Modern browsers and Internet Explorer 10+, include pc and mobile browser.

Install

npm i npm install view-echarts echarts -S

how to test

git clone https://github.com/edgardeng/view-echarts.git
cd view-echarts
npm install
npm run dev

how to package

  npm run build

License

MIT