This repo contains the slides and the practice chart used in the Intro to D3 presentation on August 14th, 2019.
- Clone this repo into your local directory.
git clone [email protected]:emilyseibert/d3-lecture.git
- Install Live Server (https://github.com/tapio/live-server)
npm install -g live-server
- Go into this directory
cd d3-lecture
- Run the application for hot reloading.
live-server src --verbose
- Add a button that when clicked, changes the color of the line.
- Add a button that when clicked, changes the point colors.
- Change radius of point when hovering over point
Some of the original code for this, in true D3 fashion, was adapted from these sources