nntcao
nntcao
I'm having some trouble looking at this issue and could use some guidance. From what I read in the [docs](https://www.chartjs.org/docs/latest/general/fonts.html), to change the default font for a chart you'd have...
Thank you for the clarification LeeLenaleee! I looked a little deeper into the plugins that use the font, and I noticed they use the toFont helper function to generate the...
Thank you for the guidance, I'll make a pull request to change all the toFont() calls to include `options.font` as a proper fallback.
@kurkle That solution looks a lot easier to implement. > but that affects all of the plugin options. If I'm understanding correctly, it'd only be an issue if a Chart...