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
Source:stackexchange.com