The duration display is not yet configurable. The dev team is aware of the problem and is working on a solution.
The reason your month is off by 1 is likely because you input the dates wrong. Javascript zero-indexes months, so January is 0, not 1 (and March is 2, not 3); you have to subtract 1 from your months to make them compatible with javascript. On Tuesday, June 24, 2014 3:31:24 AM UTC-4, anbu johni wrote: > > For 4days it was display correctly start and end time... but if u generate > chart for 5 days etc... automatically display month and date only... pls > help me frnds how to display start and end time..... and also another > problem... input data i was gave march but it was display april... how to > solve this problem... > Thanks.... > -- 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. For more options, visit https://groups.google.com/d/optout.
