Docs
The orderBy contains the field name and the desc value
let chart = new OrgChart('#tree', { orderBy: [ { field: 'name', desc: false }, { field: 'surname', desc: true }, ]});
Generated using TypeDoc
The orderBy contains the field name and the desc value