Skip to content

Instantly share code, notes, and snippets.

@luiscielak
Created April 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luiscielak/52ff4fa7b774e353d478 to your computer and use it in GitHub Desktop.
Save luiscielak/52ff4fa7b774e353d478 to your computer and use it in GitHub Desktop.
D3.js loading local data file from file:///
Have a local web server, as explained (here)[https://github.com/mbostock/d3/wiki#using].
run:
python -m SimpleHTTPServer 8888 &
Then just load the page http://localhost:8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment