1.0.9 • Published 3 years ago

g2plot-chart-wrapper v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Development 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.

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

<DynamicChart data={data} />

License

MIT