Sets the thickness of the Scale Breaks lines in pixels.
Default: 1var  chart =  new  CanvasJS.Chart("chartContainer",
{
 .
 .
 axisY: {
      scaleBreaks: {
	       lineThickness: 6,
	       .
	       .
      },
 .
 .
 },
 .
 . 
});
chart.render();
Also See: