Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 710 Bytes

tree.markdown

File metadata and controls

24 lines (19 loc) · 710 Bytes
layout title
ex
Node-Link Tree

Node-Link Tree

<script type="text/javascript" src="../d3.layout.js?1.29.5"> </script> <script type="text/javascript" src="tree.js"> </script>

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.

Source Code

{% highlight js linenos %} {% include tree.js %} {% endhighlight %}