OrgChart に表示できるprimaryColumnsの数に上限はありますか。4 つ以上追加できないようです。以下の例を見ると、メールアドレスはレンダリングされていません。これは正しい動作ですか?この設定を上書きする方法はありますか?
$("#people").getOrgChart({
primaryColumns: ["name", "title","department", "phone", "email"],
dataSource:[{"id":1,"parentId":null,"name":"John Doe","positionId":"771","title":"Vice-President","location":"Location","department":"IT-Dallas","phone":"(333)-444-6363","email":"john.doe@domain.com","image":""}]
});
ここにjsfiddleがあります http://jsfiddle.net/w9Ax8/17/