1.0.9 • Published 5 years ago

ans-chart v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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);
1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago