Hi,
Please I have almost completed this D3 project - Visualize Data with a Scatterplot Graph. Only one test out of the 16 is failing.
Here is the codepen link of the project:
https://codepen.io/billjay/pen/vEBZMGO
I have completed 15/16 tests to complete this project. Help me resolve this issue! The test which is failing is test number 8:
User Story #8: The data-yvalue
and its corresponding dot should align with the corresponding point/value on the y-axis.
I have done everything in my power to resolve the issue but still can’t pass this user story. When I run the test I get the following error:
## 8. The data-yvalue and its corresponding dot should align with the corresponding point/value on the y-axis.
y values don’t line up with y locations : expected false to be true AssertionError: y values don’t line up with y locations : expected false to be true
Please check the codepen and assist me resolve this bug!
Thanks in advance