Skip to content

Instantly share code, notes, and snippets.

@Trimeego
Trimeego / index.html
Created April 20, 2013 14:06 — forked from d3noob/.block
<!DOCTYPE html>
<meta charset="utf-8">
<title>SANKEY Experiment</title>
<style>
.node rect {
cursor: move;
fill-opacity: .9;
shape-rendering: crispEdges;
}
@Trimeego
Trimeego / README.md
Last active December 15, 2015 21:39 — forked from mbostock/.block

The tree layout implements the Reingold-Tilford algorithm for efficient, tidy arrangement of layered nodes. The depth of nodes is computed by distance from the root, leading to a ragged appearance. Cartesian orientations are also supported. Implementation based on work by Jeff Heer and Jason Davies using Buchheim et al.'s linear-time variant of the Reingold-Tilford algorithm. Data shows the Flare class hierarchy, also courtesy Jeff Heer.

http://bl.ocks.org/Trimeego/raw/5327125/

@Trimeego
Trimeego / README.md
Created April 9, 2012 15:29 — forked from mbostock/.block
Pie Chart Dashboard Sample

Click to change datasets. function