Home Forums Chart Support tooltip vs legend Reply To: tooltip vs legend

#13266

@sboutros,

You can fix the position of toolTip with the help of css. Please check this jsfiddle for the same.

If you like to show values in legend by disabling toolTip, you can set toolTip.enabled to false and change legendText dynamically on mouseover event on every dataPoint. Please check this jsfiddle for the same.


Vishwas R
Team CanvasJS