gmmoraesbr / flot

Automatically exported from code.google.com/p/flot
0 stars 0 forks source link

Stacked data points only show tooltip for one of the items #359

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have two different series, both have points at (20,20).

I have implemented a handler for the tooltip function, but as it only 
takes a single item, I only see the tooltip for one of the data points. 

It would be much better if the function below supported a list of items, 
rather than just one:
$("#placeholder").bind("plothover", function(event, pos, item)

Original issue reported on code.google.com by FionaHol...@googlemail.com on 2 Jun 2010 at 1:13

GoogleCodeExporter commented 8 years ago
Hm, yes, another person reported the same thing. Never thought of that when I 
implemented it.

Original comment by olau%iol...@gtempaccount.com on 13 Dec 2010 at 5:13

GoogleCodeExporter commented 8 years ago

Original comment by dnsch...@gmail.com on 7 May 2012 at 11:29