Skip to content

Instantly share code, notes, and snippets.

@igorzilla
igorzilla / index.html
Created July 10, 2012 22:22
Alluvial Diagram
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Alluvial Diagram</title>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?2.5.0"></script>
<style type="text/css">
body {
margin: 1em;
}
@igorzilla
igorzilla / index.html
Created July 10, 2012 22:33
Parallel sets
<!DOCTYPE html>
<meta charset="utf-8">
<title>Parallel Sets - Jason Davies</title>
<style>
@import url(http://www.jasondavies.com/parallel-sets/d3.parsets.css);
body {
font-family: sans-serif;
font-size: 16px;
width: 960px;