项目作者: DarbazAli

项目描述 :
Visualizing United States Educational Attainment with D3
高级语言: JavaScript
项目地址: git://github.com/DarbazAli/choropleth-map-with-d3.git
创建时间: 2020-07-29T06:34:33Z
项目社区:https://github.com/DarbazAli/choropleth-map-with-d3

开源协议:

下载


Choropleth Map With D3

United States Educational Attainment with D3.js

API URLs

  1. const US_EDUCATION_DATA =
  2. "https://cdn.freecodecamp.org/testable-projects-fcc/data/choropleth_map/for_user_education.json";
  3. const US_COUNTY_DATA =
  4. "https://cdn.freecodecamp.org/testable-projects-fcc/data/choropleth_map/counties.json";

alt text

Open the project in Codpen

Usage
npm run dev to start the dev server