Visualize Data with a Scatterplot Graph Test 8

The data-yvalue and its corresponding dot should align with the corresponding point/value on the y-axis.

It seems I aligned the data correctly but I can’t pass this test.

https://codepen.io/ozanbaskan/pen/QWGGzWe

Edit: I think it is because I am required to give data-yvalues as date objects, but since it is actually not real dates and just minutes and seconds, I scaled them using linear scale not time scale. I think this should be fixed.

1 Like

How can I pass this test with my current code?

1 Like

Hello there,

Have you fixed this, because your code passes all of the tests for me?

1 Like

When I checked it, all the tests were green, so you can submit your project here:

Good job!

1 Like

What might be causing this then?

p.s. I didn’t change anything. So it seems tests are passing for you.

1 Like

Which browser are you using? Also, do you have any browser extensions enabled with access to the page?

1 Like

google chrome and just an ad block extension.

1 Like

Would you mind trying to disable the extension, and re-run the tests?

Also, are you using the latest stable version of Chrome?

2 Likes

In the settings, chrome looks updated and tried the tests after I disabled the extension, still not passing.

But it is okay if it actually passed, I can move on. Thank you for responding.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.