自动化项目大屏
Go to file
JM 26a05978f5
Merge pull request #3 from chenhui7373/master
Fix 修复动态环图配置 color 环颜色无效
2019-08-22 14:26:57 +08:00
publish update publish process 2019-07-09 11:44:10 +08:00
src Merge pull request #3 from chenhui7373/master 2019-08-22 14:26:57 +08:00
.gitignore update ignore 2019-07-03 18:34:31 +08:00
.npmignore update ignore 2019-07-03 21:59:59 +08:00
CHANGELOG.md update changelog for version V 2.3.4-alpha 2019-08-15 16:50:40 +08:00
LICENSE update for v 2.0.0 2019-06-25 19:57:04 +08:00
README.md update readme 2019-07-31 10:09:35 +08:00
README_EN.md update readme 2019-07-31 10:09:35 +08:00
package-lock.json update publish process 2019-07-09 11:44:10 +08:00
package.json update version to 2.3.4 2019-08-15 16:51:12 +08:00
publish.js perfect prepublish process 2019-07-03 22:00:43 +08:00

README_EN.md

中文

DataV

LICENSE LICENSE

What is DataV?

  • DataV is a data visualization components library based on Vue.
  • Provide cool SVG borders and decorations.
  • Provide common charts such as line chart, etc..
  • flying line chart, carousel table and etc.

Install with npm

$ npm install @jiaminghi/data-view

use

import Vue from 'vue'
import DataV from '@jiaminghi/data-view'

Vue.use(DataV)

// Introduced on demand
import { borderBox1 } from '@jiaminghi/data-view'
Vue.use(borderBox1)

Detailed documents and examples can be viewed on the HomePage.