Hi,
I’m trying to finish up the Visualize Data with a Bar Chart project in the Data Visualization Certification.
I pass 13 of 14 tests. I fail #10:
The data-date attribute and its corresponding bar element should align with the corresponding value on the x-axis.
It appears to me the data is lining up correctly. I’ve been trying to resolve this error for some time and really don’t have a solid plan of attack. Can someone give me a hint as to what’s causing the test fail? And perhaps some direction?
Here’s my project:
https://codepen.io/tpmc123/pen/OoZEgJ/?editors=0111
Any help is appreciated. Thx.