Component is introduced

The component library is a Vue based, lightweight, large-screen data display component library. The package volume is about 100K before compression, and only about 20K after compression. It is mainly used to build large-screen (full-screen) data display pages, namely data visualization, with various types of components for use. The chart component is based on The Charts package, lightweight, easy to use other fly chart/water level chart/rotation table /…

Chrome is recommended for testing

Datav.jiaminghi.com/

GitHub address: github.com/jiaming743/…

The case shows

The installation

NPM install

 npm install @jiaminghi/data-view
Copy the code

Yarn installation

yarn add @jiaminghi/data-view
Copy the code

use

// All components will be automatically registered as global components import dataV from'@jiaminghi/data-view'
Vue.use(dataV)
Copy the code

Please visit datav.jiaminghi.com/ for more details and official development documents

Learn more;