Sets the color of the custom break.
Default: “white”var chart = new CanvasJS.Chart("container",
{
.
.
axisX: {
scaleBreaks: {
customBreaks: [{
color: "#99AFD3",
.
.
}]
}
},
.
.
});
chart.render();
Also See: