# DataV-React **Repository Path**: enhancer/DataV-React ## Basic Information - **Project Name**: DataV-React - **Description**: React数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-30 - **Last Updated**: 2021-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [中文](./README.md)

DataV-React

LICENSE LICENSE

## What is DataV-React? - DataV-React is a data **visualization** components library based on **React**(Of course there are also[Vue version](https://github.com/DataV-Team/DataV)). - 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 ```shell $ npm install @jiaminghi/data-view-react ``` ### use ```js 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](http://datav-react.jiaminghi.com). ### 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. [UMD version usage example](./umdExample.html) ### 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](https://github.com/DataV-Team/DataV-React/issues/new?template=bug_report.md) in time or add feedback groups for feedback. Welcome to provide corrections and suggestions. Thank you for your support. ### Feedback ![Feedback](./QQGroup.png) ### Demo The Demo page uses the full-screen component, please view it after F11 full screen. - [Construction Data](http://datav-react.jiaminghi.com/demo/construction-data/index.html) ![construction-data](./demoImg/construction-data.jpg) - [Manage-Desk](http://datav-react.jiaminghi.com/demo/manage-desk/index.html) ![manage-desk](./demoImg/manage-desk.jpg) - [Electronic-File](http://datav-react.jiaminghi.com/demo/electronic-file/index.html) ![electronic-file](./demoImg/electronic-file.jpg)