Вы можете использовать смешанную иерархию
Вот пример
var orgChart = new getOrgChart(peopleElement, {
primaryFields: ["name", "title", "phone", "mail"],
photoFields: ["image"],
expandToLevel: 100,
layout: getOrgChart.MIXED_HIERARCHY_RIGHT_LINKS
});
и демонстрационная страница: http://www.getorgchart.com/Demos/Mixed-Hierarchy