view-echarts
Version:
Chart components based on Vuejs 2.x and Echarts
59 lines (40 loc) • 1.35 kB
Markdown
<p align="center">
<img src="./examples/assets/img/logo.png" width="100" height="100">
</p>
<h2 align="center">view-echarts</h2>
<p align="center">
<a href="https://www.npmjs.org/package/view-echarts">
<img src="https://img.shields.io/npm/v/view-echarts.svg" alt="Npm package">
</a>
<a>
<img src="https://img.shields.io/badge/language-javascript-yellow.svg" alt="Language">
</a>
<a>
<img src="https://img.shields.io/badge/license-MIT-000000.svg" alt="License">
</a>
</p>
> Forked from [v-charts](https://github.com/ElemeFE/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](http://opensource.org/licenses/MIT)