As of version 4, D3 is a completely modular tool, composed of many small libraries. You can use them independently or as a whole, and even create custom builds that include only the parts you need. This lesson will review the options available for installing and using D3, and will set up a local environment for rapid experimentation.
- Clone this repository
- Run
npm install
- Run
npm start
- http://localhost:3000/ will open in your default browser
- Edit
index.html
orsrc/app.js
to see changes reflected immediately