HumbleSoftware / Flotr2

Graphs and Charts for Canvas in JavaScript.
http://www.humblesoftware.com/flotr2/
MIT License
2.45k stars 528 forks source link

mousemove event - get axis values? #298

Closed webalchemist closed 9 years ago

webalchemist commented 9 years ago

Is it possible to get the axis values for the mouse position from a mousemove event?

I notice that these values are supplied in the event object for flotr:click {x, y}, but don't seem to be supplied for flotr:mousemove.

webalchemist commented 9 years ago

Sorry, just found the second parameter to the mousemove callback.

There doesn't seem to be any documentation for this stuff. I'm having to try to deduce it from the source code.