Some time ago, there was a thread about working with hardcoded responses. That thread can be seen here:
http://groups.google.com/group/google-visualization-api/browse_thread/thread/4ed37644ffb6c5f0/1c213a9d7e874320 I can't understand how to get this to work. I created the same "myResponseHandler" function. The hardcoded results my service returns look like: myResponseHandler({"status":"ok","reqId":"NA","table":{"col... I don't understand how to connect the data object created by myResponseHandler to the callback function set with mq = new google.visualization.Query('...'); mq.send(myCallback); myResponseHandler gets executed and creates a datatable object. But mq still throws a timeout error. What am I missing here? -- 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.
