HumbleSoftware / Flotr2

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

Line graphs - 2 yaxis, mouse track only on one yaxis ? #167

Open dave3068 opened 11 years ago

dave3068 commented 11 years ago

I have a line graph, with two yaxis, points displayed, and mouse tracking enabled (including y). I can successfully hover over points on the first series, but the second series doesn't work. Not entirely sure if this is a bug, something I'm doing wrong, or something that just isn't supported, but since the documentation doesn't indicate that it shouldn't work I thought I'd log it.

http://jsfiddle.net/dave3068/av4Up/3/

zhuoqun commented 11 years ago

I have the same problem. If there has y2axis, the second line doesn't work.

cesutherland commented 11 years ago

I will need to implement this for the second axis.