I'm attempting to write my own data source according to these instructions:
 
http://code.google.com/apis/visualization/documentation/dev/implementing_data_source.html
 
Currently I'm trying to get a very simple test to work with some JSON 
formatted data and using it to populate a gadget.
 
This is my data source url:
 
http://www.pikefin.com/phpdev/ajaxsample/echodatasource.php
 
and I'm trying to use that data source with this gadget:
 
http://www.google.com/ig/directory?url=www.google.com/ig/modules/column-chart.xml
 
But I get the error message "Request timed out". Does this mean that the 
gadget is getting no response back at all when issuing the url or is the 
error message misleading and the cause related to the formatting of the 
data? When I issue the data source url separately it works fine.

-- 
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.

Reply via email to