Skip to content

Instantly share code, notes, and snippets.

/* THE TREE REPRESENTATION */
function biiTree(data, element) {
THAT = this;
var root = graphProcess(data);
var margin = {top: 20, right: 120, bottom: 20, left: 120},
width = 960 - margin.right - margin.left,
height = 600 - margin.top - margin.bottom,
diameter = 300;
var node_index = 0,