score:0

at the beginning i recommend you to visit the working with data article.

score:2

as a part of the zingchart team, we've received several questions similar to this one. you're likely to initially run in to cross-domain issues when using a resource that is hosted on another domain, especially since you do not have any access to that server.

there are ways around this, however. one method involves using jsonp and yql (yahoo! query language). using yql, you can pull from the url that you've provided and have the data returned as jsonp.

here is a jsbin demo that shows this off: http://jsbin.com/hidel/1/edit?html,output


Related Query

More Query from same tag