1.2.3 • Published 4 years ago
y-charts-report v1.2.3
vue-report
一个通过表格数据生成自己想要的图表
快速上手
npm install y-charts-report引入y-charts-report
在main.js中写入一下内容:
  import vue from 'vue'
  import yChartsReport from 'y-charts-report'
  import 'y-charts-report/lib/y-charts-report.css' // 引入y-charts-report的样式
  import * as echarts from 'echarts'
  Vue.prototype.$echarts = echarts // 将echarts绑定在原型链上
  Vue.use(yChartsReport)y-charts-report依赖echarts并且必须将echarts绑定到原型链上
1.2.0
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.2.3
4 years ago
1.1.4
4 years ago
1.2.2
4 years ago
1.1.3
4 years ago
1.2.1
4 years ago
1.1.2
4 years ago
1.1.12
4 years ago
1.1.11
4 years ago
1.1.10
4 years ago
1.1.16
4 years ago
1.1.15
4 years ago
1.1.14
4 years ago
1.1.13
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago