Skip to content

Dkreitzer/d3js_Interactive_ScatterPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive d3.JavaScript Scatter Plot

Objective

Create an interactive scatter plot using html, d3.js, and a CSV file. Enable a user to select new X and Y axis labels to immediately change the dataset. Include animation of the plots moving and tooltips to provide additional information to the user. codeDirectory

Note:

In order to view the scatter plot locally, you will need to either run it on a local server python -m http.server or with a text editor (such as Brackets) that can render the d3.js.

ScatterPlot