Sets the thickness of Whisker in Box and Whisker / Error Charts.
var chart = new CanvasJS.Chart("container", { . . data: [{ type: "error", whiskerThickness: 4, }, ] . . }); chart.render();
Also See: