This fork: Adjusted positioning and rotation to keep plot in view, and label orientation correct at any tree starting angle. Adjusted jitter for parent nodes. Re-added text labels. Added rollup of the size feature. Pulled flare data out of plot code file. Renamed files for re-use. Added node coloring for special cases (missing rollup feature, color callout for a nodes including certain naming).
Forked from nitaku's block: Radial tree with "packed" nodes (flare)
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<meta name="description" content='Radial tree with "packed" nodes' />
<title>Radial tree with "packed" nodes</title>
<link type="text/css" href="d3RadialTree.css" rel="stylesheet"/>
<script src='d3.v3.min.js'></script>
</head>
<body>
<div id="d3svgdiv">
</div>
<script src="flare.js"></script>
<script src="d3RadialTree.js"></script>
</body>
</html>