The ATL charts don't expose the mouseover events for you to grab data from, 
so I doubt there is an easy way to do what you want.  If you use the 
regular, non-Flash-based 
LineCharts<https://developers.google.com/chart/interactive/docs/gallery/linechart>in
 a 
Dashboard<https://developers.google.com/chart/interactive/docs/gallery/controls#dashboardobject>with
 a 
ChartRangeFilter<https://developers.google.com/chart/interactive/docs/gallery/controls#chartrangefilter>,
 
you can get 95% of the functionality of the ATL charts, without all the 
downsides that come with them (and their tooltips will likely do what you 
want out of the box, with no customization required).

On Monday, December 10, 2012 12:00:49 PM UTC-5, sum_it_up wrote:
>
> Hi, 
>
> I am using annotated timeline to display data in graphical format and its 
> working absolutely fine. I have got say 8 different sets of data which the 
> graph shows in form of 8 different colored lines brilliantly but the 
> problem is it fails to show the names/values on mouse hover at the top of 
> the graph. As there are 8 sets of data, all legend values can not be seen 
> on the same row (prior to date on right hand side). If I set the 
> 'legendPosition' 
> value to 'newRow' it shrinks the graph and makes useless, especially if 
> there are more data sets say 12+. Is there any way to resolve this problem 
> ? I can think of showing the data on mouse hover as it works for line chart 
> at the moment or add a sliding pagination which will show all the values in 
> the same row for e.g.
>
>  *<*  java 1277  php 3467 python 389 ruby 4500 perl 565 > *| *16:30 
> December 10, 2012 
>
> Here only 5 values can be seen at first and remaining 3 can be seen using 
> the scroll arrows.
>

-- 
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/-/00sBa3vgqrUJ.
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.

Reply via email to