Skip to content

Instantly share code, notes, and snippets.

View UNFPAmaldives's full-sized avatar
💭
the distance between what we have and what we want

UNFPA Maldives UNFPAmaldives

💭
the distance between what we have and what we want
View GitHub Profile
@eesur
eesur / .DS_Store
Last active June 21, 2016 19:04
Chord diagram to explore overlap of lifespans
@marijer
marijer / country_code.csv
Last active October 25, 2017 18:59
Module 2 - Stacked Area Chart
iso2_code iso3_code iso3_digit_code icao_code name continent
AE ARE 784 OM UNITED ARAB EMIRATES ASIA
AF AFG 004 OA AFGHANISTAN ASIA
AG ATG 028 TA ANTIGUA AND BARBUDA SOUTH AMERICA
AI AIA 660 TQ ANGUILLA ISLANDS SOUTH AMERICA
AL ALB 008 LA ALBANIA EUROPE
AM ARM 051 UD ARMENIA ASIA
AN ANT 530 TN NETHERLANDS ANTILLES SOUTH AMERICA
AO AGO 024 FN ANGOLA AFRICA
AR ARG 032 SA ARGENTINA SOUTH AMERICA
@sdbernard
sdbernard / colorbrewer.js
Last active November 2, 2017 17:47
d3 module2
var colorbrewer={YlGn:{3:["#f7fcb9","#addd8e","#31a354"],4:["#ffffcc","#c2e699","#78c679","#238443"],5:["#ffffcc","#c2e699","#78c679","#31a354","#006837"],6:["#ffffcc","#d9f0a3","#addd8e","#78c679","#31a354","#006837"],7:["#ffffcc","#d9f0a3","#addd8e","#78c679","#41ab5d","#238443","#005a32"],8:["#ffffe5","#f7fcb9","#d9f0a3","#addd8e","#78c679","#41ab5d","#238443","#005a32"],9:["#ffffe5","#f7fcb9","#d9f0a3","#addd8e","#78c679","#41ab5d","#238443","#006837","#004529"]},YlGnBu:{3:["#edf8b1","#7fcdbb","#2c7fb8"],4:["#ffffcc","#a1dab4","#41b6c4","#225ea8"],5:["#ffffcc","#a1dab4","#41b6c4","#2c7fb8","#253494"],6:["#ffffcc","#c7e9b4","#7fcdbb","#41b6c4","#2c7fb8","#253494"],7:["#ffffcc","#c7e9b4","#7fcdbb","#41b6c4","#1d91c0","#225ea8","#0c2c84"],8:["#ffffd9","#edf8b1","#c7e9b4","#7fcdbb","#41b6c4","#1d91c0","#225ea8","#0c2c84"],9:["#ffffd9","#edf8b1","#c7e9b4","#7fcdbb","#41b6c4","#1d91c0","#225ea8","#253494","#081d58"]},GnBu:{3:["#e0f3db","#a8ddb5","#43a2ca"],4:["#f0f9e8","#bae4bc","#7bccc4","#2b8cbe"],5:["#f0f9e8
@officeofjane
officeofjane / .block
Last active November 10, 2017 09:29
Date slider
license: mit
@yoon-gu
yoon-gu / .block
Last active November 11, 2017 16:57 — forked from mbostock/.block
Zoom-able 2016 감성고기 총매출
license: gpl-3.0
@officeofjane
officeofjane / README.md
Last active December 17, 2017 18:04
Small multiple bar charts with tooltips
@jalapic
jalapic / README.md
Created February 27, 2016 18:47
Small multiple bar charts with tooltips
@saraquigley
saraquigley / Readme.md
Last active December 17, 2017 22:37
major migration #4

Using the latest data received from AE on July 3rd: file called Migration Tables v4.xslx

FYI - Some of the left nav bar is still under construction.

@eliot84
eliot84 / index.html
Created March 21, 2016 02:16
Week 9: Stacked Transition
<!DOCTYPE html>
<!-- code loosely inspired by this block https://gist.github.com/mstanaland/6100713 -->
<meta charset="utf-8">
<style>
body {
font: 12px sans-serif;
padding: 50px;
}