DEV Community

Cover image for Creating charts in React just got easier

Creating charts in React just got easier

Mike on November 11, 2019

Adding charts to your React Application just got easier thanks to ZingChart’s revised React component. The ZingChart team recently updated the zin...
Collapse
 
dyland profile image
Dylan Davenport

This is great! I just finished building my first React app using Chart.js. I’ll have to give this a shot in the future!

Collapse
 
mikeschultz profile image
Mike

Glad to hear! Feel free to reach out if you need any assistance!

Collapse
 
putraridho profile image
Ridho Putra

It looks great. I've been working with recharts for my projects, but now I'm looking forward to use this for new projects.

Collapse
 
mikeschultz profile image
Mike

Awesome! Recharts is a great library as well.

The way to create charts in our component slightly differs from Recharts since we use a JSON configuration rather than XML/Component style. They both have their pros and cons though.

If you are interested in the component approach, we have been creating a pure webcomponent version that has similar tree style syntax: github.com/zingchart/zingchart-web... . Best of all - it is drop in to any framework including React.