Skip to content

Instantly share code, notes, and snippets.

View alper's full-sized avatar
Coffee and Code

Alper Cugun alper

Coffee and Code
View GitHub Profile
@alper
alper / gist:1601164
Created January 12, 2012 15:38
D3 onload
window.onload = function() {
console.log('Loaded..');
var w = 960;
var h = 2200;
var cluster = d3.layout.cluster()
.size([h, w - 160])