I am currently working on the " Data Visualization Projects - Visualize Data with a Heat Map" project. Here is my project (see the README for build instructions):
gitlab.com/ZebulanStanphill/zeb-fcc-heat-map
Unfortunately, I’ve gotten stuck trying to pass all the tests. Specifically, I can’t figure out the right way to pass Content tests 8 and 9.
In particular, I don’t understand the error message test 8:
data-month should be at most 11: expected '12' to be at most 11
The “month” values in the provided data JSON range from 1-12, not 0-11. It seems to me that the tests are flawed? Or am I just missing something?