Sets the type of Scale Break to be rendered.
var chart = new CanvasJS.Chart("chartContainer", { . . axisX: { scaleBreaks: { type : "zigzag", // change to "straight", "wavy" . . }, . . }, . . }); chart.render();
Also See: