HumbleSoftware / Flotr2

Graphs and Charts for Canvas in JavaScript.

Home Page:http://www.humblesoftware.com/flotr2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mousemove event - get axis values?

webalchemist opened this issue · comments

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.

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.