0.2.2 • Published 5 years ago

vue-g2-charts v0.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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示例
datag2-plot.data
configg2-plot.config & { type: 'Line' | 'Bar' | ... }

usage

::: demo

:::

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0-2

5 years ago

0.2.0-1

5 years ago

0.0.1

5 years ago