Annotations are not displayed by default. You have to set an option to
display them, and so the correct snippet is:
chart.draw(data, {displayZoomButtons: false, displayAnnotations: true});
You can see the details of all configuration options at
http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html#Configuration_Options
VizGuy
On Tue, Dec 16, 2008 at 5:47 PM, pd <[email protected]> wrote:
>
> Is this the correct snippet to hide the zoom links on the top left?
>
> chart.draw(data, {displayZoomButtons: false});
>
> It hides the zoom links but also hides all my annotations. Thanks.
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---