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