/d3-heat-map

D3.js heat map for freeCodeCamp

Primary LanguageJavaScript

D3.js Heat Map

This is my D3 heat map for Free Code Camp's D3.js challenge.

User Stories

  • I can view a heat map with data represented both on the Y and X axis.
  • Each cell is colored based its relationship to other data.
  • I can mouse over a cell in the heat map to get more exact information.

Tools Used

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