DEV Community

Discussion on: Creating charts in React just got easier

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.