Closed GoogleCodeExporter closed 9 years ago
The html code seems ok. What error do you have? Can you please be more specific?
Things to check:
1) call the URL manually from your browser and verify you have the correct JSON.
2) Use Firebug or similar tool to verify that the call is being done to the
database
and you see the expected result.
3) verify that you are reaching the callback function (put an alert('its
here'); at
the begginging of the function).
4) Verify the status and the data variable. If data is ok, google api should be
drawing without a problem.
Regards,
Jose.
Original comment by jose.can...@gmail.com
on 27 Apr 2010 at 3:52
I needed to set the correct id
<div id="visualization1"
for it to work with
visualization = new
google.visualization.Table(document.getElementById('visualization1'));
Thank you.
Original comment by mrosse...@experience.com
on 27 Apr 2010 at 5:56
Please close this.
Thank you again.
Original comment by mrosse...@experience.com
on 27 Apr 2010 at 5:57
Closing, not an issue.
Regards,
Jose.
Original comment by jose.can...@gmail.com
on 27 Apr 2010 at 6:04
Original issue reported on code.google.com by
mrosse...@experience.com
on 27 Apr 2010 at 3:17Attachments: