DEV Community

techdurjoy
techdurjoy

Posted on

How to Create Vertical Bar Chart Using Chart Js in React

There are several npm packages that allow charts to be created in React; chart.js is one of the packages which makes the creation of charts and graphs ​very easy.

The React wrapper for chart.js is react-chartjs-2; it makes things simpler in React, however, it doesn’t support all the customization features that come with Chart.js.

Both these packages need to be installed using npm before they can be used.

https://www.codecheef.org/article/how-to-create-vertical-bar-chart-using-chart-js-in-react

Top comments (0)