Trying to push data to google Charts Api from PHP using the example at:
https://code.google.com/apis/ajax/playground/?type=visualization&hl=es#chart_editor
My code returns:
google.visualization.Query.setResponse({"version":"0.6","status":"ok","reqId":"reqId:0","table":{"cols":[{"id":"col_Fecha","label":"Fecha","pattern":"","type":"string"},{"id":"col_Importe","label":"Importe","pattern":"#0.###############","type":"number"}],"rows":[{"c":[{"v":"2014-02-10 13:47:47"},{"v":"885.79"}]}]}});
Which is valid JSON format.
Still I get: 'Uncaught Error: Missing query for request id: reqId:0'
And I just can't find the problem. Any help?