Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 639 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 639 Bytes

[Development in continue... Known bugs will be fixed soon.] A wrapper for AntDesign G2Plot charts. Takes data as json. Binds it on charts and provides configuring settings panel on charts dynamically.

🔨 Basic usage :

data is your json data array. At least 1 numeric value in each object is needed.

import { DynamicChart } from "g2plot-chart-wrapper";

<DynamicChart data={data} />

Preview

License

MIT