You're not supposed to send that string to the query constructor. I
suspect, in fact, that you are supposed to be passing a responseHandler
function name along with the other parameters, so your response should look
more like:
foo({"version":"0.6", .....})
Design the responseHandler function as normal:
function foo (response) {
var data = response.getDataTable();
}
though you might have to eval(response) first.
--
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/-/r5DdL1_CKHQJ.
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.