0.0.2 • Published 4 years ago

@jasonjohn/chartcomponents v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

chartcomponent

安装

  npm i @jasonjohn/chartcomponent

引入

  import chartcomponents from '@jasonjohn/chartcomponents'
  Vue.use(chartcomponents)

使用

包含了各类图表的json表

use之后,this.$chartType 访问

包含的组件

折线图

  • lineChart 标准折线图
  • lineBarChart 折线混柱

柱状图

  • barChart 标准柱状图

饼图

  • pieChart 标准饼图

地图

  • mapFlyChart 标准地图