Skip to content

Instantly share code, notes, and snippets.

View AMcNeice's full-sized avatar

Andy McNeice AMcNeice

View GitHub Profile
@enjalot
enjalot / bar.js
Created December 27, 2011 22:21
Basic CSV Parsing
//Simple d3.js barchart example to illustrate d3 selections
//other good related tutorials
//http://www.recursion.org/d3-for-mere-mortals/
//http://mbostock.github.com/d3/tutorial/bar-1.html
var w = 850
var h = 400
var bars = function(data)