Created
April 29, 2015 14:05
-
-
Save luiscielak/52ff4fa7b774e353d478 to your computer and use it in GitHub Desktop.
D3.js loading local data file from file:///
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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