iview-charts
v0.1.6
Published
## 安装 ``` $ npm install @antv/g2plot iview-charts ```
Downloads
6
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>