3👍
✅
You can set a custom font-family for the chart, in the following way …
Chart.defaults.global.defaultFontFamily = 'Verdana';
add this, at the beginning of your script (before initializing the app)
Source:stackexchange.com