Skip to content

Instantly share code, notes, and snippets.

@maggie-lee
maggie-lee / index.html
Last active August 29, 2015 14:01
Federal Student Loans, Georgia, 2013
<!DOCTYPE html>
<html>
<style>
body {
font: 10px sans-serif;
}
.axis path,
.axis line {
fill: none;
<!DOCTYPE html>
<html>
<style>
body {
font: 10px sans-serif;
}
.axis path,
.axis line {
fill: none;
<!DOCTYPE html>
<meta charset="utf-8">
<title>SANKEY Experiment</title>
<style>
.node rect {
cursor: move;
fill-opacity: .9;
shape-rendering: crispEdges;
}
<!DOCTYPE html>
<meta charset="utf-8">
<title>SANKEY Experiment</title>
<style>
.node rect {
cursor: move;
fill-opacity: .9;
shape-rendering: crispEdges;
}
@maggie-lee
maggie-lee / dollar.json
Last active August 29, 2015 14:06
Georgia's budget in $1
{
"name":"chart",
"children":[
{
"name":"Department of Community Health",
"longname":"Department of Community Health",
"cents":0.315925410017422,
"total":13387306434,
"note":" ",
"children":[
@maggie-lee
maggie-lee / index.html
Created September 11, 2014 16:47
State vaccination rate by demographic
<!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);
@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);
@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
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;
}