No, the ATL charts don't allow you to specify the axis format. If you want that capability, you will have to use LineCharts<https://developers.google.com/chart/interactive/docs/gallery/linechart>, which can be made to work like ATL charts with the addition of a ChartRangeFilter<https://developers.google.com/chart/interactive/docs/gallery/controls#chartrangefilter>. I wrote a migration tool<https://groups.google.com/d/msg/google-visualization-api/Y4ZmqWAjjPg/Uwr8eoWo6goJ>that can help you make the transition if you want to give it a try.
On Monday, May 13, 2013 6:36:17 AM UTC-4, Pedro Guimarães wrote: > > Hi, > > Using Annotatedtimeline with hours/minutes/seconds dates, depending on > browser language, xAxis adopts 12h (am/pm) or 24h format when we zoom > further. > > It is possible to set a kind of option to change xAxis time format always > to 24h ? > > Regards > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
