Skip to content

Instantly share code, notes, and snippets.

@maggie-lee
maggie-lee / index.html
Last active August 29, 2015 14:07
Georgia Counties
<!DOCTYPE html>
<meta charset="utf-8">
<style>
/* CSS goes here. */
</style>
<body>
<!DOCTYPE html>
<meta charset="utf-8">
<style>
#brookhaven1 {
fill: purple;
opacity: 0.8;
}
@maggie-lee
maggie-lee / index.html
Created October 1, 2014 21:03
Dekalb cities draft
<!DOCTYPE html>
<meta charset="utf-8">
<style>
#south_dekalb1 { /*city comprising south dekalb*/
fill: gray ;
opacity: 0.5;
}
#lakeside_tucker1 {
@maggie-lee
maggie-lee / flu_vaccination.csv
Created October 1, 2014 13:25
Multi-series bar graph with clickable legend tutorial
State Pre-teens Teens Seniors
Alabama 75 43.8 38.1
Georgia 80 37.4 32.7
Louisiana 82 30 38.8
Mississippi 78 39.2 32.6
South Carolina 90 42.7 36
United States 76 41.5 35.7
@maggie-lee
maggie-lee / index.html
Created September 19, 2014 01:39
vaccination rate by state
<!DOCTYPE html>
<html class="ocks-org do-not-copy">
<meta charset="utf-8">
<title>Object Constancy</title>
<!-- <head><link rel="stylesheet" type="text/css" href="flu_style.css" /></head> -->
<style>
/*default font*/
@maggie-lee
maggie-lee / ILINet.csv
Created September 15, 2014 13:07
Percent of outpatient doctor visits for influenza-like symptoms
YEAR WEEK ILITOTAL TOTAL PATIENTS NUM OF PROVIDERS PERCENT_WEIGHTED_ILI PERCENT_UNWEIGHTED_ILI
2008 1 9706 430603 1486 2.439387548 2.254048393
2008 2 11115 531444 1509 2.29319128 2.091471538
2008 3 12197 516966 1511 2.629066086 2.359342781
2008 4 17171 516683 1508 3.929656224 3.323314295
2008 5 24812 559609 1514 4.992016051 4.433810035
2008 6 31896 596692 1526 5.777595567 5.345471365
2008 7 31625 583210 1518 5.98317541 5.422575059
2008 8 30245 570334 1497 5.616767538 5.30303296
2008 9 25027 589626 1453 4.53234006 4.244555023
@maggie-lee
maggie-lee / index.html
Last active August 29, 2015 14:06
Georgia vaccination rate draft
<!DOCTYPE html>
<meta charset="utf-8">
<title>Rate by demographic</title>
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@maggie-lee
maggie-lee / index.html
Created September 15, 2014 03:48
flu vaccination rate by state
<!DOCTYPE html>
<meta charset="utf-8">
<title>Rate by demographic</title>
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@maggie-lee
maggie-lee / index.html
Created September 14, 2014 16:08
bar graph reload on legend click
<!DOCTYPE html>
<meta charset="utf-8">
<title>Rate by demographic</title>
<style>
.axis text {
@maggie-lee
maggie-lee / index.html
Created September 12, 2014 13:57
vaccination rate
<!DOCTYPE html>
<html class="ocks-org do-not-copy">
<meta charset="utf-8">
<title>Rate by demographic</title>
<style>
@import url(http://fonts.googleapis.com/css?family=PT+Serif|PT+Serif:b|PT+Serif:i|PT+Sans|PT+Sans:b);