Hi, you should give the setValue() a real JavaScript Date Object. like in this example here: http://code.google.com/apis/ajax/playground/?type=visualization#annotated_time_line
so, in your XML case, you can get the "04/02/2010" string, split it to day,month,year, and then pass those values to a "new Date(year, month, day).." HTH, BugChart. -- 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.
