Skip to content

Instantly share code, notes, and snippets.

@bstaats
bstaats / index.html
Created February 20, 2012 20:24 — forked from mbostock/.block
Stacked Aera Spline Transition
<!DOCTYPE html>
<meta charset="utf-8">
<style>
svg {
font: 10px sans-serif;
}
.Beer {
fill: #ccc;
@bstaats
bstaats / index.html
Created January 16, 2012 18:54 — forked from mbostock/.block
Shall we play a game?
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Shall we play a game?</title>
<script type="text/javascript" src="https://github.com/mbostock/d3/raw/v2.7.1/d3.js"></script>
<script type="text/javascript" src="https://github.com/simplegeo/polymaps/raw/v2.5.1/polymaps.js"></script>
<style type="text/css">
body {