Hello,
We are trying to use themes to provide global default options for ChartJS but it looks like some options are not working the same way when setting it in chart.options
and setting it through themeOptions
.
For example when setting the axisY.labelFontSize
in themeOptions
the rendered font size is different compared to using chart.options.axisY
.
Also, when zooming in or out the rendered font size (in themeOptions
way) stays the same as opposed to chart.options.axisY
where the font get smaller.
https://jsfiddle.net/7wyu3c8v/4/
I haven’t found docs for it so if its not supported, any tricks to make it work or suggestion for the use case?