开发者

Visualization with JavaScript of data from a JSON source?

开发者 https://www.devze.com 2023-01-18 06:46 出处:网络
I would like to use a library like the Google Visualization API to draw charts, but taking the data as JSON from an external source. The context is to use some SPARQL service to extract the data from

I would like to use a library like the Google Visualization API to draw charts, but taking the data as JSON from an external source. The context is to use some SPARQL service to extract the data from a XHTML+RDFa source, as described here. But that latter page has to use a trick, b开发者_JS百科ut points out that it would be great that these visualization toolkits can take data input directly from JSON returned by some web page.

Is there a chart visualization library that supports taking the data it visualizes directly from a JSON-returning URL?


Take a look at Highcharts. In one of their examples, jQuery.getJSON() is employed to fetch data as JSON. For external URLs, there may be an issue with the same origin policy, unless the external service has JSONP callbacks.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号