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, but 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?