Skip to content

Instantly share code, notes, and snippets.

@natevw
Created July 5, 2011 00:42
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natevw/1064111 to your computer and use it in GitHub Desktop.
Save natevw/1064111 to your computer and use it in GitHub Desktop.
Bookmarklet to add D3.js to any page (for fun. or...for profit!)
javascript:(function(s){s=document.createElement('script');s.src="http://mbostock.github.com/d3/d3.js";document.head.appendChild(s);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment