Chartjs-How to remove Left and bottom Border in react chart js 2

0👍

There’s no direct way to do it using only the options attribute of react-chartjs-2 or Chart.js. But you can customize your own chart using the plugins attribute inside options.

See the docs for more : https://www.chartjs.org/docs/latest/developers/plugins.html

Leave a comment