y-charts-report

1.2.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i y-charts-report

Weekly Downloads

21

Version

1.2.3

License

none

Unpacked Size

27.5 MB

Total Files

11

Last publish

Collaborators

  • yonina