Hello,
I am working on making an organizational chart from a hierarchical data source and I feel like I almost have it looking decent using AutoLayout but there is something weird going on.
Basically I want to create a document that is printer-friendly that shows our organizational structure.
I’ve attached my sample source code to reference. For the layout CompactTree, LeftThenDown, I actually get what I would expect RightThenDown would give. Anyway, this is how it looks after the file is generated:
And this is how I would like it to look:
For some reason it always puts one of the first children somewhere strange and connects to the parent shape at the top instead of at the bottom.
Also I thought about using FlowChart, BottomToTop (again, I feel like it should be TopToBottom), the result looks pretty good with a small number of shapes. I'd like to have the chart start at the top of the page though.
Actual Result:
Desired Result:
Thank you,
Brian