Skip to content

Instantly share code, notes, and snippets.

@tophtucker
tophtucker / .DS_Store
Last active November 4, 2022 18:26
Zoomable icicle line chart decomposition
@tophtucker
tophtucker / .block
Last active March 12, 2017 13:36 — forked from mbostock/.block
Zoomable Icicle (d3 v4)
license: gpl-3.0
@tophtucker
tophtucker / .DS_Store
Last active October 11, 2017 22:40
Line chart scroller II
@tophtucker
tophtucker / .DS_Store
Last active December 29, 2016 18:49
Line chart scroller
@tophtucker
tophtucker / .block
Last active April 26, 2019 14:55
Floppy map
license: gpl-3.0
@tophtucker
tophtucker / .block
Last active December 27, 2016 05:37 — forked from mbostock/.block
Animate Voronoi site to cell
license: gpl-3.0
@tophtucker
tophtucker / .block
Last active December 10, 2016 09:18
Trump support vs. distance from sea, final
license: gpl-3.0
@tophtucker
tophtucker / index.html
Last active December 7, 2016 01:41
Map strings to numbers or colors
<!DOCTYPE html>
<meta charset="utf-8">
<style>
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
@tophtucker
tophtucker / index.html
Last active November 22, 2016 06:16
The exponential curve has no knee
<!DOCTYPE html>
<meta charset="utf-8">
<style>
html, body {
margin: 0;
padding: 0;
}
gistup