0.2.2 • Published 5 years ago
vue-g2-charts v0.2.2
vue-g2-plot
use gl-plot
in vue2.
install
$ npm i vue-g2-charts @vue/composition-api @antv/g2plot
# OR
$ yarn add vue-g2-charts @vue/composition-api @antv/g2plot
# @vue/composition-api @antv/g2plot is needed
props
- define chart type by config.type
- data and config are passthrough to g2-plot
props | 值 | 示例 |
---|---|---|
data | g2-plot.data | |
config | g2-plot.config & { type: 'Line' | 'Bar' | ... } |
usage
::: demo
:::