It's possible to change globally the default grid lines color?
I have several Charts in a page and can change the color one by one, for each axis, using the gridLines option; having a global setting like Chart.defaults.global.defaulGridColor = "#ddd" would be useful.
You should already be able to do that using Chart.defaults.scale.gridLines.color = "#ddd"?
That's working, thank you. I apologize, was looking in the wrong docs section.
Most helpful comment
You should already be able to do that using
Chart.defaults.scale.gridLines.color = "#ddd"?