GitHub - jiaming743/DataV: Vue数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新
2019-08-29 08:27:30
Author: github.com(查看原文)
阅读量:483
收藏
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Vue
JavaScript
CSS
Permalink
Type |
Name |
Latest commit message |
Commit time |
|
Failed to load latest commit information. |
|
demoImg
|
update readme and add demo img
|
Aug 27, 2019
|
|
lib
|
update version to v 2.3.9
|
Aug 27, 2019
|
|
publish
|
update publish process
|
Jul 9, 2019
|
|
src
|
Compatibility enhancement
|
Aug 27, 2019
|
|
.gitignore
|
update ignore
|
Aug 22, 2019
|
|
CHANGELOG.md
|
update change log for v 2.3.9
|
Aug 27, 2019
|
|
LICENSE
|
update for v 2.0.0
|
Jun 25, 2019
|
|
README.md
|
update readme
|
Aug 27, 2019
|
|
README_EN.md
|
update readme
|
Aug 27, 2019
|
|
package.json
|
update version to v 2.3.9
|
Aug 27, 2019
|
|
publish.js
|
perfect prepublish process
|
Jul 3, 2019
|
ENGLISH
DataV是干什么的?
- DataV是一个基于Vue的数据可视化组件库.
- 提供用于提升页面视觉效果的SVG边框和装饰.
- 提供常用的图表如折线图等.
- 飞线图/轮播表等其他组件.
npm安装
$ npm install @jiaminghi/data-view
使用
import Vue from 'vue'
import DataV from '@jiaminghi/data-view'
Vue.use(DataV)
// 按需引入
import { borderBox1 } from '@jiaminghi/data-view'
Vue.use(borderBox1)
详细文档及示例请移步HomePage.
Demo
Demo页面使用了全屏组件,请F11全屏后查看。
文章来源: https://github.com/jiaming743/DataV
如有侵权请联系:admin#unsafe.sh