D3 Bar Chart Project - Failing 2 User Stories #10 and #11

I don’t understand how to pass these last 2 tests. Any help would be greatly appreciated.

here’s my pen:

https://codepen.io/irish1uck/pen/vYNWrzR

Thank you!


See how your bars don’t line up with the values on the axis? That’s what’s failing the tests.

I just figured out the last test. I had set the domain on the yScale to the minimum gpd amount rather than 0. Once I switch the lower domain value to 0, the last test passed.