In chart.js how can I set the set the font size for just the x axis labels without touching global config?
I\'ve already tried setting the \'scaleFontSize\' option my op
Try to see if this will work
{ ... scales: { xAxes: [{ fontSize: 40 ... }] } }
It doesn't look like scaleFontSize is a valid property.
scaleFontSize