Hi, Thanks for your reply. Sorry if I wasn't clear about my question.
Here are two screenshots from Google Finance of what I'm trying to achieve: 1: http://i56.tinypic.com/1z5ngc8.jpg 2: http://i53.tinypic.com/aol3b4.jpg And this is the screenshot of my implementation: 1: http://i51.tinypic.com/11v1u8h.jpg As you can see, the labels are not grouped by default unlike in Google Charts. About JSAPI include - I'm including it using http and not https. Thanks for your help! Yuval Sarna, Yad2.co.il On Apr 10, 11:35 am, ChartALot <[email protected]> wrote: > Hi, > I'm not sure I understand your request. Google finance annotations are shown > according to their calendar order, so if you click on an annotation, the > list is updated to focus on the selected annotation (which means the > annotations next to it are also shown). > > Is it possible that you tried using the example show in > here<http://code.google.com/apis/visualization/documentation/gallery/annot...> > and > could not see the annotations? If so, please change the line: > <script type='text/javascript' src='https://www.google.com/jsapi > '></script> > > to: > > <script type='text/javascript' src='http://www.google.com/jsapi'></script> > > > > > > > > On Wed, Apr 6, 2011 at 2:33 PM, Etus <[email protected]> wrote: > > Hello, > > > I'm currently implementing an Annotated Time Line graph in our > > website. > > I've added data using a title and a date. I have some data that uses > > the same date, however I would like the result to be something similar > > to Annotated Time Line in Google Finance - I'd like the data to be > > grouped by using the same date. When clicking a label on the graph, it > > would show all labels using the same date. > > > Is that possible? > > > Thanks, > > Yuval > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Visualization API" group. > > 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. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. 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.
