color : String

Sets the color of scaleBreaks.

Default: “white”
Example: “green”, “#23EA23”
var  chart =  new  CanvasJS.Chart("chartContainer",
{
 .
 .
  axisY: {
     scaleBreaks: {
	     color: "#99AFD3",
	     .
	     .
     },
  .
  .
  },
 .
 . 
});
chart.render();

Try Editing The Code

  Also See:    


If you have any questions, please feel free to ask in our forums.Ask Question