Data-yvalue of a dot is below the range of the actual minutes data

Tell us what’s happening:
The data-xvalue and data-yvalue of each dot should be within the range of the actual data and in the correct data format. For data-xvalue, integers (full years) or Date objects are acceptable for test evaluation. For data-yvalue (minutes), use Date objects.
The minutes data-yvalue of a dot is below the range of the actual
minutes data : expected 6 to be at least 36
AssertionError: The minutes data-yvalue of a dot is below the range of the actual
minutes data : expected 6 to be at least 36
I couldnt pass user story 6 and 12 in Visualize Data with a Scatterplot Graph.
I have no idea why my yaxis values are 30 mins less than expected.Any help would be appreciated.Below is my solution link. where I have tried to convert milliseconds to data format and tried timeFormat with D3.js.Thanks in advance.

Your project link(s)

solution: http://127.0.0.1:5500

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59

Challenge: Visualize Data with a Scatterplot Graph

Link to the challenge:

Welcome to the forums @Anjana.

You need to post a link to the project somewhere on the internet (codepen is good for D3) projects) so we can access it. You’ve posted a link to your local computer.

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