Sets the height of Navigator to any given value in pixels.
Default: Automatically Calculated based on the StockChart heightvar  stockChart =  new CanvasJS.StockChart("container",
{
 .
 .
 navigator: {
   .
   .
   height: 600,
   .
   .
 },
 .
 . 
});
stockChart.render();