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