Home Forums Chart Support Tooltip Positioner Reply To: Tooltip Positioner

#34091

@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.
Fixing Vertical Position of Tooltip


Vishwas R
Team CanvasJS