1.0.19 • Published 2 years ago

shu-c-vchart v1.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

shu-c-vchart

注意: 对应echarts版本为 4.7.0,低版本 暂未进行适配。

安装和快速上手

npm 安装

安装依赖包

  • shuCVChart
npm i shu-c-vchart --save
  • echarts
npm i echarts@4.7.0 --save
  • lodash (帮助函数插件)

lodash如果使用的是脚手架那么可能脚手架已经帮你安装了(比如:Vue CLI)。

npm i lodash --save

CDN

cdn 服务网络js文件暂未发布,如果需要使用请至目录:

node_modules
└──shu-c-vchart
    dist
    └──shu-c-vchart.global.min.js

shu-c-vchart.global.min.js拷贝到你项目中的 static 目录内,然后使用:

<script src="/static/shu-c-vchart.global.min.js"></script>

main.js (webpack中使用,echarts 请使用 script 引入)

import Vue from 'vue';
Vue.use(window.shuCVChart.install);

new Vue({
  render: h => h(App)
}).$mount('#app')

快速上手

在 main.js 中写入以下内容:

import Vue from 'vue';
import shuCVChart from 'shu-c-vchart';

Vue.use(shuCVChart);

new Vue({
  render: h => h(App)
}).$mount('#app')

Browsers support

Modern browsers and IE10.

IE / EdgeFirefoxChromeSafariOpera
IE10, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

last 2 versions 每个浏览器最新的两个版本

Contributors

This project exists thanks to all the people who contribute.

Dalydai

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago