I passed the challenge, but it isn't correct!

Hi, I’m doing the Choropleth Map project, all the tests are passed but i can see nothing,
My Pen
why?
(the others D3 projects worked correctly)
Thank you!

Open the browser console and look at the elements you produce in the SVG. They are all empty path elements. You haven’t drawn anything so nothing appears. There are several more data processing and drawing steps that you need to add to your code from D3 for the actual drawing which are discussed in multiple threads in the forums and other places on the web.

1 Like

Thank you, great advice watching in browser console!

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

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