1.2.3 • Published 3 years ago

y-charts-report v1.2.3

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

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绑定到原型链上

源码地址: https://github.com/Yonina11-code/report-vue

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.2.3

3 years ago

1.1.4

3 years ago

1.2.2

3 years ago

1.1.3

3 years ago

1.2.1

3 years ago

1.1.2

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago