This property allows you to position Navigator vertically within the StockChart.
var stockChart = new CanvasJS.StockChart("container", { . . navigator: { . . verticalAlign: "top", // "bottom" . . }, . . }); stockChart.render();
Also See: