https://github.com/lucasdota/choropleth_map
United States Educational Attainment Choropleth Map
https://github.com/lucasdota/choropleth_map
api choropleth-map d3js data-visualization fetch javascript json
Last synced: about 1 month ago
JSON representation
United States Educational Attainment Choropleth Map
- Host: GitHub
- URL: https://github.com/lucasdota/choropleth_map
- Owner: Lucasdota
- Created: 2023-07-18T14:27:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T18:53:41.000Z (over 2 years ago)
- Last Synced: 2025-03-21T23:46:00.183Z (over 1 year ago)
- Topics: api, choropleth-map, d3js, data-visualization, fetch, javascript, json
- Language: JavaScript
- Homepage: https://codepen.io/Lucas-Dota/pen/eYQrEgY
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Choropleth Map
### A choropleth map with JSON data fetching from an URL(about the United States Educational Attainment) using D3 library to visualize data.
Main features:
- Data fetch
- Manipulating JSON
- Draw counties and states border with geoPath()
- Topojson
Codepen: [click here](https://codepen.io/Lucas-Dota/pen/eYQrEgY)
