Sets the Color of Grid Lines. Value of gridColor can be a “HTML Color Name” or “hex” code .
Default: “#666666”var chart = new CanvasJS.Chart("container",
{
.
.
axisY:{
gridColor: "orange",
},
.
.
});
chart.render();
Also See: