Skip to content

zsoltime/d3-heat-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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