iview-charts
v0.1.6
Published
## 安装 ``` $ npm install @antv/g2plot iview-charts ```
Downloads
12
Readme
iview-charts
安装
$ npm install @antv/g2plot iview-charts使用
import { vLine } from 'iview-charts'
export default {
name: 'demo',
components: { vLine },
// ...
}<v-line dimensions="year" measures="value" :data="data" title="标题"></v-line>