Skip to content

Instantly share code, notes, and snippets.

View edooley7's full-sized avatar

Erin Dooley edooley7

View GitHub Profile
@cjimmy
cjimmy / lavaman-2015-race-visualization.js
Last active July 14, 2017 12:31
D3.js code to create the data visualizations seen on http://jimmychion.com/lavaman2015.html
//-- author: IDEO | Jimmy Chion | 2013
//-- license: Creative Commons SA-3.0
(function(){
//------------------------------------
//----- setting up the graph, axis
//------------------------------------
var margin = {top: 20, right: 5, bottom: 100, left: 60},
width = 0.58*($(document).width()) - margin.left - margin.right,
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.