This is my D3 heat map for Free Code Camp's D3.js challenge.
- 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.
- D3.js version 4
- Webpack module bundler
- Babel.js compiler
- ESLint linter with Airbnb's config
- Sass with PostCSS' Autoprefixer