stemThickness : Number

Sets the thickness of Stem in Error / Box and Whisker Charts.

Default: Auto Calculated
Example: 4, 6 ..
Note
  • Values should always be positive.
  • Works only in Error / Box and Whisker Charts.
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
  data: [{
   type: "error",
   stemThickness: 4,
 
  },
 ]
 .
 . 
});
chart.render();

Try Editing The Code

Try Editing The Code

  Also See:    


If you have any questions, please feel free to ask in our forums.Ask Question