Skip to content

Instantly share code, notes, and snippets.

View Meekohi's full-sized avatar

Michael Holroyd Meekohi

View GitHub Profile
@Meekohi
Meekohi / d3.slider.css
Created June 21, 2018 17:06 — forked from cmdoptesc/d3.slider.css
D3: Map Timeline
.d3-slider {
position: relative;
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
border: 1px solid #aaaaaa;
z-index: 2;
}
.d3-slider-horizontal {
height: .8em;
@Meekohi
Meekohi / index.html
Last active August 29, 2015 14:26 — forked from mbostock/.block
U.S. Airports Voronoi
<!DOCTYPE html>
<meta charset="utf-8">
<style>
path {
stroke-linejoin: round;
}
.land {
fill: #ddd;
@Meekohi
Meekohi / README.md
Last active August 29, 2015 14:25 — forked from mbostock/.block