Docs
Specifies the alignment of the nodes inside OrgChart JS
Centered
var chart = new OrgChart('#tree', { align: OrgChart.align.center});
According to the orientation option
let chart = new OrgChart('#tree', { align: OrgChart.align.orientation});
Generated using TypeDoc
Specifies the alignment of the nodes inside OrgChart JS