1. iview-charts

iview-charts

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>