I’m working on the D3 scatter plot project, and I can’t get the test to pass for lining y values with y locations, the test fails even the alignment looks right. What’s causing this?
Also, it seems odd my y-axis ticks are at values such as “36:57”, “37:12”, how do you customise the ticks for Dates to start at 10s (e.g. “36:50”, “37:00”)?
The circle on the scatter plot that I highlighted is a perfect candidate for manual testing because it has a round value. It clearly has a correct value
Thanks, that’s helpful to get me out of the mystery!
Yes, it looks like a browser issue, I tried opening in Safari and it’s showing all good, same as you got on the screenshot. Previously I was using Opera and Chrome which both showed me the same issue.
However, I’m quite certain it’s not cache issue, as I tried:
clearing browser cache
opening the pen in another computer (Chrome and Firefox )
both still shows me this, which is why I opened the post.
On the other hand, the data viz certification took the link submission as pass
As FCC recommends Chrome / Firefox for optimized testing suite experience, I’m just very curious now what’s causing the visualisation to stuck at this in these two browsers.