Annotated Time Line does not seem to support using formatters.  The
following works with Table, for example, but not Annotated Time Line.

var dateFormatter = new google.visualization.DateFormat({pattern: 'M/
dd/yy hh:mm aa Z', timeZone: -6});
dateFormatter.format(data, 0);


Annotated Time Line does have a separate configuration parameter for a
date pattern.  It works, BUT it's missing the ability to set a
TimeZone:

var chart = new google.visualization.AnnotatedTimeLine
(document.getElementById('chart_div'));
chart.draw(data, {dateFormat: 'M/dd/yy hh:mm aa Z'});


It there any way I can specify a timezone with Annotated Time Line?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to