1.0.9 • Published 3 years ago
g2plot-chart-wrapper v1.0.9
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