This file contains hidden or 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> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Space Data Test</title> | |
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script> | |
<style type="text/css"> | |
body { | |
background-color: white; |
This file contains hidden or 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
country | year | percent | footnotes | |
---|---|---|---|---|
Afghanistan | 2011 | 3.6 | 1 | |
Austria | 2011 | 29 | ||
Bahrain | 2011 | 30 | ||
Bangladesh | 2011 | 17.1 | ||
Belarus | 2011 | 24 | ||
Belize | 2011 | 28.1 | ||
Brazil | 2011 | 53.7 | ||
Bulgaria | 2011 | 33.1 | ||
Cameroon | 2011 | 3.8 |
This file contains hidden or 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> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Stacked area chart</title> | |
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script> | |
<style type="text/css"> | |
body { | |
background-color: white; |
This file contains hidden or 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> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>New York State</title> | |
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script> | |
<style type="text/css"> | |
This file contains hidden or 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
2013 | 28 | Hamilton | 4773 | |
---|---|---|---|---|
2013 | 52 | Schuyler | 18460 | |
2013 | 65 | Yates | 25156 | |
2013 | 31 | Lewis | 27149 | |
2013 | 51 | Schoharie | 31844 | |
2013 | 53 | Seneca | 35409 | |
2013 | 23 | Essex | 38762 | |
2013 | 64 | Wyoming | 41531 | |
2013 | 42 | Orleans | 42235 |
This file contains hidden or 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
year | countyCode | countyName | population | |
---|---|---|---|---|
2013 | 28 | Hamilton | 4773 | |
2013 | 52 | Schuyler | 18460 | |
2013 | 65 | Yates | 25156 | |
2013 | 31 | Lewis | 27149 | |
2013 | 51 | Schoharie | 31844 | |
2013 | 53 | Seneca | 35409 | |
2013 | 23 | Essex | 38762 | |
2013 | 64 | Wyoming | 41531 | |
2013 | 42 | Orleans | 42235 |
This file contains hidden or 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
year | countyCode | countyName | population | |
---|---|---|---|---|
2013 | 28 | Hamilton | 4773 | |
2013 | 52 | Schuyler | 18460 | |
2013 | 65 | Yates | 25156 | |
2013 | 31 | Lewis | 27149 | |
2013 | 51 | Schoharie | 31844 | |
2013 | 53 | Seneca | 35409 | |
2013 | 23 | Essex | 38762 | |
2013 | 64 | Wyoming | 41531 | |
2013 | 42 | Orleans | 42235 |
This file contains hidden or 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
@font-face { | |
font-family: Brunel; | |
src: url('fonts/Brunel Deck-Semibold.otf') format("opentype"); | |
} | |
/* Mobile Layout: Max 480px. */ | |
@media only screen and (max-width: 480px){ | |
#desktop { |
OlderNewer