@nehamahajan,
You can fix the vertical position of tooltip by setting top & bottom CSS properties. Please find the necessary CSS styles mentioned below.
.canvasjs-chart-tooltip {
top: 360px !important;
bottom: auto !important;
}
Please take a look at this JSFiddle for complete code.
—
Vishwas R
Team CanvasJS