Skip to content

Instantly share code, notes, and snippets.

@joaosa
Last active May 29, 2016 19:03
Show Gist options
  • Save joaosa/4702157 to your computer and use it in GitHub Desktop.
Save joaosa/4702157 to your computer and use it in GitHub Desktop.
Javascript: D3 on console
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'http://d3js.org/d3.v3.min.js';
document.head.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment