Built with blockbuilder.org
Created
April 19, 2018 22:45
-
-
Save jtr13/3aa06c34a8906891a210a80e6c23f04e to your computer and use it in GitHub Desktop.
fresh block
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<meta charset="utf-8"> | |
<script src="https://d3js.org/d3.v4.min.js"></script> | |
<style> | |
body { margin:0;position:fixed;top:0;right:0;bottom:0;left:0; } | |
</style> | |
</head> | |
<body> | |
<script> | |
// Feel free to change or delete any of the code you see in this editor! | |
var svg = d3.select("body").append("svg") | |
.attr("width", 960) | |
.attr("height", 500) | |
svg.append("text") | |
.text("Edit the code below to change me!") | |
.attr("y", 200) | |
.attr("x", 120) | |
.attr("font-size", 36) | |
.attr("font-family", "monospace") | |
</script> | |
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
state | value | |
---|---|---|
Alabama | 1.1791 | |
Arkansas | 1.3705 | |
Arizona | 1.3847 | |
California | 1.7979 | |
Colorado | 1.0325 | |
Connecticut | 1.3209 | |
Delaware | 1.4345 | |
Florida | 1.6304 | |
Georgia | 1.3891 | |
Iowa | 1.5297 | |
Idaho | 1.4285 | |
Illinois | 1.5297 | |
Indiana | 1.4220 | |
Kansas | 1.0124 | |
Kentucky | 0.9403 | |
Louisiana | 0.9904 | |
Maine | 1.3877 | |
Maryland | 1.2457 | |
Massachusetts | 1.1458 | |
Michigan | 1.1058 | |
Minnesota | 1.2359 | |
Missouri | 1.0212 | |
Mississippi | 1.1306 | |
Montana | 0.8145 | |
North Carolina | 1.3554 | |
North Dakota | 1.0278 | |
Nebraska | 1.1619 | |
New Hampshire | 1.0204 | |
New Jersey | 1.2831 | |
New Mexico | 0.8925 | |
Nevada | 0.9640 | |
New York | 1.1327 | |
Ohio | 1.2075 | |
Oklahoma | 0.7693 | |
Oregon | 1.3154 | |
Pennsylvania | 1.0601 | |
Rhode Island | 1.4192 | |
South Carolina | 1.1247 | |
South Dakota | 1.0760 | |
Tennessee | 0.7648 | |
Texas | 0.8873 | |
Utah | 0.9638 | |
Virginia | 0.9660 | |
Vermont | 1.0762 | |
Washington | 1.1457 | |
Wisconsin | 1.1130 | |
West Virginia | 0.5777 | |
Wyoming | 0.5712 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment