注册
登录
spark
>>
d3-choropleth
>>
返回
项目作者:
rifkegribenes
项目描述 :
D3 choropleth map for freecodecamp Data Visualization
高级语言:
JavaScript
项目主页:
http://rifkegribenes-d3-choropleth.surge.sh/
项目地址:
git://github.com/rifkegribenes/d3-choropleth.git
创建时间:
2018-09-20T16:14:52Z
项目社区:
https://github.com/rifkegribenes/d3-choropleth
开源协议:
下载
d3-choropleth (FCC data visualization project)
http://rifkegribenes-d3-choropleth.surge.sh/
User Stories
User Story #1: My choropleth should have a title with a corresponding id=”title”.
User Story #2: My choropleth should have a description element with a corresponding id=”description”.
User Story #3: My choropleth should have counties with a corresponding class=”county” that represent the data.
User Story #4: There should be at least 4 different fill colors used for the counties.
User Story #5: My counties should each have data-fips and data-education properties containing their corresponding fips and education values.
User Story #6: My choropleth should have a county for each provided data point.
User Story #7: The counties should have data-fips and data-education values that match the sample data.
User Story #8: My choropleth should have a legend with a corresponding id=”legend”.
User Story #9: There should be at least 4 different fill colors used for the legend.
User Story #10: I can mouse over an area and see a tooltip with a corresponding id=”tooltip” which displays more information about the area.
User Story #11: My tooltip should have a data-education property that corresponds to the data-education of the active area.