您可以使用混合层次结构
这是一个例子
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