When I used chart.getVisibleChartRange method as following Java codes. I found that endTime turned out to be 12 hours earlier than it actual date time is when the date time is pm. e.g. it is 2012/09/15 11:00:00 but it should be 2012/09/15 23:00:00.
* AnnotatedTimeLine chart = new AnnotatedTimeLine(...);* * DateRange dataRange = chart.getVisibleChartRange();* * Date endTime = dataRange.getEnd();* * * Is it possible that you could help me to solve this issue, please? Appreciate it! -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/8CspLBgCzyYJ. 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.
