/d3-scatterplot-graph

D3.js scatterplot graph for freeCodeCamp

Primary LanguageJavaScript

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