I have a radar chart with 360 labels and I would like to hide the grid lines emanating from the center of the chart or color them to match the canvas. Changing the r
axis grid properties doesn’t affect these grid lines. I’ve tried adjusting values for x
, y
and z
but that doesn’t seem to work. I’m open to using other versions of the packages below if necessary.
Is it possible to hide these grid lines — perhaps with a Chart.defaults.elements.*
statement?
package.json
"chart.js": "^4.4.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.0.1",
"chartjs-plugin-datalabels": "^2.2.0",