D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
tmcw
Full window
Github gist
d3 jsonp plugin
<!DOCTYPE html> <meta charset="utf-8"> <style> body { font:12px/20px 'Helvetica'; } textarea, input { width:100%; height:20px; margin:0; padding:0; } </style> <body> <h1> </h1> <script src="https://d3js.org/d3.v3.min.js"></script> <script src="jsonp.js"></script> <script> d3.jsonp('foo.jsonp?callback=d3.jsonp.foo', function(d) { d3.select('h1').text(d); }); </script>
Modified
http://d3js.org/d3.v3.min.js
to a secure url
https://d3js.org/d3.v3.min.js