README_EN.md
March 12, 2020 · View on GitHub
DataV-React
What is DataV-React?
- DataV-React is a data visualization components library based on React(Of course there are alsoVue version).
- Provide cool SVG borders and decorations.
- Provide common charts such as line chart, etc..
- flying line chart, carousel table and etc.
Precautions
Using React Hooks simplifies many internal work. You need React version 16.8.0 and above
Install with npm
$ npm install @jiaminghi/data-view-react
use
import * as datav from "@jiaminghi/data-view-react";
datav.BorderBox1;
// or
import { BorderBox1 } from "@jiaminghi/data-view-react";
// Introduced on demand
import BorderBox1 from "@jiaminghi/data-view-react/es/borderBox1";
Detailed documents and examples can be viewed on the HomePage.
UMD version
The UMD version can be directly imported using the script tag. After the introduction, the corresponding component is used through the datav namespace. Before introducing data-view-react, please ensure that `react and react-dom are introduced.
TODO
- Map Component
- Refactor underlying dependencies using TS.
Acknowledgement
The development of the component library is based on personal learning and interest. Due to technical level and experience limitations, there are still many imperfections in the components. If there are errors, you can submit issue in time or add feedback groups for feedback. Welcome to provide corrections and suggestions. Thank you for your support.
Feedback

Demo
The Demo page uses the full-screen component, please view it after F11 full screen.


