I want to remove the displayed numbers on the radar from the library Chart.js (v3.7).
I've already tried to set the legend
option to display:false
plugins: {
legend: {
display: false
}
}
But it only hide the dataset label. If someone have the solution for it, I would be grateful to him.