Skip to content

Instantly share code, notes, and snippets.

View wiederkehr's full-sized avatar

Benjamin Wiederkehr wiederkehr

View GitHub Profile
@wiederkehr
wiederkehr / index.html
Created September 16, 2011 09:21
Streamgraph
<!DOCTYPE html>
<html>
<head>
<title>Streamgraph</title>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?2.1.3"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.layout.js?2.1.3"></script>
<script type="text/javascript" src="stream_layers.js"></script>
</head>
<body>
<div id="chart">
@wiederkehr
wiederkehr / index.html
Created September 16, 2011 09:35
Voronoi Tesselation
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>Voronoi Tesselation</title>
<link type="text/css" rel="stylesheet" href="style.css"/>
</head>
<body>
<div id="chart"></div>
<script src="http://d3js.org/d3.v3.min.js"></script>
@wiederkehr
wiederkehr / Readme.md
Last active January 17, 2020 21:05
D3.js Template

Simple Gist template to create and publish visualizations with D3.js.

@wiederkehr
wiederkehr / Readme.md
Last active December 15, 2016 22:52
Multiples Barchart

Example of a stacked bar chart that can be divided into multiples. All credits for this go to Mike Bostock.

@wiederkehr
wiederkehr / Readme.md
Last active December 15, 2016 22:54
Multiples Streamgraph

Example of a streamgraph that can be divided into multiple area charts.

@wiederkehr
wiederkehr / Readme.md
Last active December 16, 2015 16:49
Treemaps for my master's exhibition.

Treemaps for my master's exhibition.

@wiederkehr
wiederkehr / Readme.md
Last active December 16, 2015 19:10
Margin conventions for charts with the brush component.

Margin conventions for charts with the brush component. All credits for this go to Mike Bostock.

Example of a stacked bar chart that can be divided into multiples. All credits for this go to Mike Bostock.

@wiederkehr
wiederkehr / Readme.md
Last active December 30, 2015 14:09
Lifetime Visualization

Lifetime Visualization

@wiederkehr
wiederkehr / Readme.md
Last active October 7, 2015 13:52
Calendar Color Scheme

Color schemes for our shared calendar built with D3.js.