Are you implementing your own data source? The data source library should handle date and datetime for you and create the proper JSON that you can use in the javascript. You should not go over the JSON and change the types. (When this is done via jsonp, objects are returned there.)
Hope this helps, Viz Kid On Thu, Jul 28, 2011 at 10:34 PM, asgallant <[email protected]>wrote: > According to the documentation, the API uses a modified version of JSON > that allows passing dates. See > http://code.google.com/apis/chart/interactive/docs/dev/implementing_data_source.html#json_modifications > > I vaguely recall some people having trouble with that a while back, though, > so it might not be working correctly. > > -- > 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/-/4wFFU8xseCwJ. > > 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. > -- 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.
