I'm building a a collapsible tree in d3 based on the tried and true Reingold-Tilford algorithm tree with the flare.json data.
you can see it here on one of my otherwise unused domain names: http://www.irreduciblecomplexity.co/
As you can see, it's getting awfully tall, and I'd like to move some of the branches to go outward from the left side instead of all from the right.
I'm not clear on how to do this, though.
http://bl.ocks.org/mbostock/3184089
This seems to be most on point, but I don't know how to replicate stemming from a single root. Any help is most appreciated.
(Also, this: Collapsible tree with combined horizontal and vertical layouts)
Thanks!