Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 2.69 KB

README_EN.md

File metadata and controls

82 lines (52 loc) · 2.69 KB

中文

DataV-React

LICENSE LICENSE

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.

UMD version usage example

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

Feedback

Demo

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

construction-data

manage-desk

electronic-file