How do I get getorgchart children into multiple columns

242 Views Asked by At

How do I get children of the parent to be in two columns? They are all horizontal. We have too many people with one direct report. I've searched the demos and could not find anything.

1

There are 1 best solutions below

4
On

You can use mixed hierarchy

Here is an example

var orgChart = new getOrgChart(peopleElement, {
                primaryFields: ["name", "title", "phone", "mail"],
                photoFields: ["image"],
                expandToLevel: 100,
                layout: getOrgChart.MIXED_HIERARCHY_RIGHT_LINKS
});

also a demo page: http://www.getorgchart.com/Demos/Mixed-Hierarchy