Home Forums Chart Support How can I get the current x-value of my mouse when it is over a line graph? Reply To: How can I get the current x-value of my mouse when it is over a line graph?

#15806

ayy

I figured out that I can use convertPixelToValue(). For some reason the mousemove event does not work with my charts, but will work in this jsfiddle: http://jsfiddle.net/8ntLjscz/ . Any ideas on what could cause the event to not trigger? I made sure to put the event after the chart creation.

  • This reply was modified 6 years, 8 months ago by ayy. Reason: typo