Sets the height of handle in pixels.
Default: Automatically Calculated based on the navigator heightvar stockChart = new CanvasJS.StockChart("container",
{
.
.
navigator: {
.
.
slider: {
handleHeight: 10
},
.
.
},
.
.
});
stockChart.render();