[Chartjs]-Change Axis Line color in Chart created using chart.js

2๐Ÿ‘

โœ…

I found this fiddle with an example chart in it.

You can change the axes color with the property:

{
    scaleLineColor: "red"
}

Leave a comment