You can hack something together to make this happen. Use the "onmouseover" and "onmouseout" events to detect hovering over the annotations, and pull the data from your DataTable into an HTML element. Here's a (very rough looking) example: http://jsfiddle.net/asgallant/qgUCC/
On Friday, January 11, 2013 12:41:16 PM UTC-5, laurent coudurier wrote: > > Hi, > > I'm using a LineChart (controled by ChartRange), having a annotation role > column (to display where the user can find the maximum of the values). > Is it possible to display the annotations in a "legend like" box, just > like in the annotated timeline ? > > Thanks > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/bcQybqyUticJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
