Skip to content
forked from DataV-Team/DataV

Vue数据可视化组件库(类似阿里DataV),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新

License

Notifications You must be signed in to change notification settings

haoluziqi/DataV

 
 

Repository files navigation

中文

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.

About

Vue数据可视化组件库(类似阿里DataV),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 88.3%
  • JavaScript 11.7%