I want to change the font to something snazzier in my Chart.JS horizontal bar chart. I\'ve tried the following, but none of it works:
var optionsBar = {
If you wanted to add the font-family to the chart object then you can add it in the options object.
options: { legend: { labels: { fontFamily: 'YourFont' } }...}
Here is a link to the docs: https://www.chartjs.org/docs/latest/general/fonts.html