Skip to content

Instantly share code, notes, and snippets.

View wmassingham's full-sized avatar

Webster Massingham wmassingham

View GitHub Profile
var CollapsibleTree = function(elt) {
var m = [20, 120, 20, 120],
w = 1280 - m[1] - m[3],
h = 580 - m[0] - m[2],
i = 0,
root,
root2;
var tree = d3.layout.tree()