Sets the Line Dash Type of line wherever null data is present.
Default: dashedSupported Line Dash Types:
var chart = new CanvasJS.Chart("container", { . . data: [{ type: "line", nullDataLineDashType: "dot" }, ] . . }); chart.render();
Also See:
Comment
Pingback: CanvasJS Chart 1.8.1 goes GA - CanvasJS