Skip to content

emilyseibert/d3-lecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

D3 Lecture

This repo contains the slides and the practice chart used in the Intro to D3 presentation on August 14th, 2019.

To run locally

  1. Clone this repo into your local directory.
git clone [email protected]:emilyseibert/d3-lecture.git
  1. Install Live Server (https://github.com/tapio/live-server)
npm install -g live-server
  1. Go into this directory
cd d3-lecture
  1. Run the application for hot reloading.
live-server src --verbose

Additional exercises

  1. Add a button that when clicked, changes the color of the line.
  2. Add a button that when clicked, changes the point colors.
  3. Change radius of point when hovering over point

Resources

Some of the original code for this, in true D3 fashion, was adapted from these sources

About

Introduction to D3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published