Data Visualization with D3 - Use the d3.max and d3.min Functions to Find Minimum and Maximum Values in a Dataset

I think the dataset has a typo where the answer should have been 9 but instead the test wants the answer to be 8?

Can you provide the link to the challenge you are working on and your code so far?

Data Visualization with D3: Use the d3.max and d3.min Functions to Find Minimum and Maximum Values in a Dataset | freeCodeCamp.org

image

This gets the max value of the third coordinate, not the max of the three z values.

Thank you! I understand now.

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