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