Skip to content

Instantly share code, notes, and snippets.

@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 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 / 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 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 {
<!DOCTYPE html>
<meta charset="utf-8">
<style>
#brookhaven1 {
fill: purple;
opacity: 0.8;
}
@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>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@maggie-lee
maggie-lee / index.html
Last active August 29, 2015 14:07
Georgia unemployment rate, 1/2004 through July 2014
<!DOCTYPE html>
<meta charset="utf-8">
<style>
/* CSS goes here. */
body {
font-family: Arial, sans-serif;
font-size: 12px;
}
@maggie-lee
maggie-lee / index.html
Created October 24, 2014 16:18
transition trial
<!DOCTYPE html>
<meta charset="utf-8">
<style>
/* CSS goes here. */
body {
font-family: Arial, sans-serif;
font-size: 12px;
}
@maggie-lee
maggie-lee / index.html
Last active August 29, 2015 14:23
Georgians crowd into metro Atlanta. Here's how much.
<!DOCTYPE html>
<meta charset="utf-8">
<style>
div.tooltip {
position: absolute;
text-align: center;
width: 60px;
height: 28px;
padding: 2px;