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
- Host: GitHub
- URL: https://github.com/beaglefoot/fcc-heat-map
- Owner: Beaglefoot
- Created: 2017-09-15T13:53:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T12:04:47.000Z (over 8 years ago)
- Last Synced: 2025-02-03T23:54:51.348Z (over 1 year ago)
- Topics: css-modules, d3, d3v4, heatmap
- Language: JavaScript
- Homepage: https://beaglefoot.github.io/fcc-heat-map/
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.