Skip to content

Instantly share code, notes, and snippets.

@deweydell
deweydell / index.html
Last active September 19, 2016 23:06
Animating four groups of data
<!DOCTYPE html>
<html>
<body>
<div class="buttons"></div>
<script src="https://d3js.org/d3.v4.min.js"></script>
<style>
body {
background-color: #c0ffee;
}