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.
1 thought on “[FEATURE] Global setting for grid lines color”
Comments are closed.
You should already be able to do that using
Chart.defaults.scale.gridLines.color = "#ddd"
?