You would have to completely abandon the tooltips used by the API and build your own custom tooltip solution. You can register event handlers for the "onmouseover" and "onmouseout" events in most charts, which will give you the row and/or column of the element moused over, which you can use to get the data for your tooltips.
On Monday, February 4, 2013 7:49:05 AM UTC-5, Alberto Geniola wrote: > > Hi all, > > I'm using the google visualization chart API. I'm using HTML tooltips that > are different from the SVG ones. What I need is to make a tooltip to remain > visible for a little more time. At the moment, when an use points the mouse > over a value on the line chart a tooltip is shown. When he tries to reach > the tooltip (that contains a link to something) the tooltip suddenly > dissappear and is very difficult to reach the link before this happens. Is > there any way to make the tooltip fade option slower or to make a tooltip > remain visible? > > Thank you! > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
