Skip to content

zsoltime/d3-scatterplot-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D3.js Scatterplot Graph

This is my D3 scatterplot graph for Free Code Camp's D3.js challenge.

User Stories

  • I can see performance time visualized in a scatterplot graph.
  • I can mouse over a plot to see a tooltip with additional details.

Tools Used

  • D3.js version 4
  • Webpack module bundler
  • Babel.js compiler
  • ESLint linter with Airbnb's config
  • Sass with PostCSS' Autoprefixer