Tell us what’s happening:
I’m failing user stories 6 and 8 only. I assume the test is unhappy with the fact that I built my y-axis using a Linear Scale based on the data.Seconds
property, but then populated the data-yvalue
with Date(d.Seconds/60)
. My guess is that since these are different data types, the test is struggling to reconcile what I’ve done, even though “visually” it looks right.
If that is the case, what are my options here? I assume I’m required to rebuild the y-axis using a scaleTime
method instead of scaleLinear
?
Thanks!
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0
Challenge Information:
Data Visualization Projects - Visualize Data with a Scatterplot Graph