Skip to content

Instantly share code, notes, and snippets.

gistup
<!DOCTYPE html>
<meta charset="utf-8">
Hello, world! HELLOHELLO
gistup
@eoiny
eoiny / index.html
Last active August 29, 2015 13:57
Transitions1
<!DOCTYPE html>
<meta charset="utf-8">
<html>
<head>
<title>Transitions</title>
<script src="http://d3js.org/d3.v3.min.js"></script>
</head>
<body>
gistup
@eoiny
eoiny / RSAtest.csv
Created March 23, 2012 21:42
Vertical d3 Calendar
date total
2007-01-01 11
2007-01-02 13
2007-01-03 13
2007-01-04 10
2007-01-05 9
2007-01-06 14
2007-01-07 10
2007-01-08 18
2007-01-09 14
@eoiny
eoiny / colorbrewer.css
Last active December 21, 2015 03:39
Choropleth Map + Info
/*
* This product includes color specifications and designs developed by Cynthia
* Brewer (http://colorbrewer.org/).
*/
.YlGn .q0-3{fill:rgb(247,252,185)}
.YlGn .q1-3{fill:rgb(173,221,142)}
.YlGn .q2-3{fill:rgb(49,163,84)}
.YlGn .q0-4{fill:rgb(255,255,204)}
.YlGn .q1-4{fill:rgb(194,230,153)}
.YlGn .q2-4{fill:rgb(120,198,121)}
@eoiny
eoiny / data.tsv
Last active January 4, 2016 01:29
Multi-line Chart with Info
date series1 series2 series3 series4 series5 series6 series7 series8
2005-01-01 100 100 100 100 100 100 100 100
2005-02-01 100.4 100.5 100.1 100.1 100.3 101.1 100.8 101.7
2005-03-01 100.6 100.8 99.9 100.3 100.6 101.2 101.2 101.3
2005-04-01 101.3 101.6 99.7 100.9 101.2 102.2 102.4 101.5
2005-05-01 102 102.3 99.7 101.5 101.9 102.8 103.4 101.1
2005-06-01 102.9 103.4 99.6 102.6 103.1 103.5 104.2 101.5
2005-07-01 104.3 105 100 104 104.7 104.7 105.6 102
2005-08-01 105.9 106.6 101.5 105.6 106.2 106.4 107.3 103.5
2005-09-01 107.2 107.8 103.8 106.5 107.1 108.5 109.4 106
@eoiny
eoiny / README.md
Created April 7, 2016 15:16
fresh block
@eoiny
eoiny / README.md
Created April 7, 2016 15:27
barNotes