Sets the thickness of the custom break lines in pixels.
var chart = new CanvasJS.Chart("chartContainer", { . . axisX: { scaleBreaks: { customBreaks: [{ lineThickness: 6, . . }] } }, . . }); chart.render();
Also See: