Sets the ending value of custom Scale Break.
var chart = new CanvasJS.Chart("chartContainer", { . . axisX: { scaleBreaks: { customBreaks: [{ startValue: "200", endValue: "4500", . . }] } }, . . }); chart.render();
Also See: