Skip to content

Instantly share code, notes, and snippets.

@tobiasburri
tobiasburri / index.html
Last active April 15, 2016 19:12
Time series chart with dynamic axes
<!DOCTYPE html>
<meta charset="utf-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="http://underscorejs.org/underscore.js"></script>
@tobiasburri
tobiasburri / index.html
Last active March 15, 2016 21:24
Spider Charts
<!DOCTYPE html>
<meta charset="utf-8">
<script src="http://underscorejs.org/underscore.js"></script>
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="http://d3js.org/d3.v3.min.js"></script>
<style>
.wrapper {
@tobiasburri
tobiasburri / index.html
Last active January 18, 2016 19:58
Full Moon
<!DOCTYPE html>
<meta charset="utf-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://underscorejs.org/underscore.js"></script>
<style>
body {
background-color:#01002A;
@tobiasburri
tobiasburri / index.html
Last active January 16, 2016 12:45
Circle Loop
<!DOCTYPE html>
<meta charset="utf-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://underscorejs.org/underscore.js"></script>
<style>
.container {
width: 495px;
@tobiasburri
tobiasburri / index.html
Last active January 7, 2016 00:58
Chromatic Square Loop
<!DOCTYPE html>
<meta charset="utf-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="http://underscorejs.org/underscore.js"></script>
<style>
body {
@tobiasburri
tobiasburri / index.html
Last active January 1, 2016 16:38
Square Loop
<!DOCTYPE html>
<meta charset="utf-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="http://underscorejs.org/underscore.js"></script>
<style>
body {
@tobiasburri
tobiasburri / airports.json
Last active October 30, 2018 01:26
Airport Data
This file has been truncated, but you can view the full file.
@tobiasburri
tobiasburri / index.html
Last active August 29, 2015 14:24
Sparkling Rectangles
<!DOCTYPE html>
<meta charset="utf-8">
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="http://underscorejs.org/underscore.js"></script>
<script src="http://backbonejs.org/backbone.js"></script>
@tobiasburri
tobiasburri / index.html
Last active August 29, 2015 14:22
Chromatic Circle
<!DOCTYPE html>
<meta charset="utf-8">
<body style="background-color:#1C1C1C">
<div class="svg-container" style="position:absolute; top:10px; left:250px"></div>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script>
var
container,
svg,