outlineThickness: Number

Sets the outline thickness of Slider in pixels.


Default: 1
Example: 2,5, …

var stockChart = new CanvasJS.StockChart("container",
{
  .
  .
  navigator: {
    .
    .
    slider: {
      outlineThickness: 2
    },
    .
    .
  }
  .
  .
});
stockChart.render();



Try it Yourself by Editing the Code below.




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