g2plot-chart-wrapper
Version:
**[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.
17 lines (9 loc) • 397 B
Markdown
**[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.
```tsx | pure
import { DynamicChart } from "g2plot-chart-wrapper";
<DynamicChart data={data} />
```
## License
MIT