This repository contains the Presentation materials and supporting code for Introduction to D3.js Code has been mostly updated for D3 v4 -- treemaps and eventdrops remain v3.
Make sure to have d3.min.js (v4) and d3.v3.min.js in this level of the file system.
*These scripts rely on you having Python 3 installed Otherwise, simply use your file browser.
Use the start-web-server.bat
file to start up a local web server on port 8000. On a Windows system you can simply double click on the batch file.
On a *NIX system kick it off like a shell script:
. start-web-server.bat
Open your browser to localhost:8000
When you are done, you can stop the running webserver with a <ctrl><c>
.