I'm trying to create something that's like D3
hierarchical bundling:
http://mbostock.github.com/d3/talk/20111116/bundle.html
Only instead of the of labelling each node, I'd like an arc at the top - like the pie layout.
http://jsfiddle.net/nrabinowitz/GQDUS/
I've removed the labels, and am playing around with the pie chart - drawing it around the dendrogram - however I'm not seeing how to use the hierarchical data to generate the pie layout.
Anyone done something similiar to this?