1.2.3 • Published 2 years ago

y-charts-report v1.2.3

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.2.3

2 years ago

1.1.4

2 years ago

1.2.2

2 years ago

1.1.3

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago