ans-chart

1.0.9 • Public • Published

ans-chart

A chart Vue component (Vue.js 2.0) Based on and offering all features of echarts.

Installation

With npm or yarn

yarn add ans-chart

npm i ans-chart -S

For Vue.js 2.0

Typical use:

<ans-chart width="100%" height="400px" :options="options" />

.vue file:

import AnsChart from 'ans-chart';
import 'ans-chart/lib/static/ans-chart.css';

Vue.use(AnsChart);

Package Sidebar

Install

npm i ans-chart

Weekly Downloads

0

Version

1.0.9

License

MIT

Unpacked Size

1.07 MB

Total Files

20

Last publish

Collaborators

  • lazipy