An open API service indexing awesome lists of open source software.

https://github.com/beaglefoot/fcc-heat-map

A Heat Map created with d3v4
https://github.com/beaglefoot/fcc-heat-map

css-modules d3 d3v4 heatmap

Last synced: about 1 month ago
JSON representation

A Heat Map created with d3v4

Awesome Lists containing this project

README

          

# Visualize Data with a Heat Map
[The third project in Data Visualization section on freeCodeCamp](https://www.freecodecamp.org/challenges/visualize-data-with-a-heat-map).

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.