I'm trying to find a way to set and use the Chart.defaults.global, but have been unsuccessful.
Ideally it would work as intended: you set global defaults that can be overridden by the options object.
Is this possible with the current vue-chartjs?
You need to import the Chartjs object first. And then you can set the globals.
import Chart from 'chart.js'
Chart.defaults.global
also see #234
That's one of the first things I tried. I must have missed something.
Most helpful comment
You need to import the Chartjs object first. And then you can set the globals.
also see #234