Closed webalchemist closed 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.
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.
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.