Difficulty adjusting font sizes on mixed PolarArea/Radar Chart in V.4

Hi, I have a chart which overlays a radar and polarArea chart, sandboxed here.

I cant seem to modify any font options in the sandbox tool. I would just like to increase font size.

I have tried:
options.scale.ticks.font*
options.scale.pointLabels.font*
options.scales..ticks.font*

Any ideas?

Kind regards,

B

Hi @Pflute,

In Chart.js v3+, font attributes are typically of the form options.scale.ticks.font.size, options.scale.ticks.font.weight, etc.

Here’s your updated example

See also the Chart.js docs

1 Like

I don’t know how I missed that. The section of help where I was so focussed on even had the V3+ tabbed section, and I just couldnt see it.

Thankyou Ian.