How to interpret the data?

The Chrolopleth Map projects provides this endpoint for the county data:

https://raw.githubusercontent.com/no-stack-dub-sack/testable-projects-fcc/master/src/data/choropleth_map/counties.json

However, I don’t know how to use the data I’m getting… I know I should use some of them as points for a Polygon but I don’t know which part… Any help would be appreciated!

It’s a topojson file and d3 can work with it directly. Just look at its api and it will be obvious.

1 Like