[Chartjs]-Chart.js Polar Area Chart scale background color

3👍

You want to set the backdropColor for the specific scaleType i.e.

Chart.scaleService.defaults.radialLinear.ticks.backdropColor = 'rgba(0, 0, 0, 0)';

Leave a comment