Match boundary
let chart = new OrgChart('#tree', {
scaleInitial: OrgChart.match.boundary
});
Match height
let chart = new OrgChart('#tree', {
scaleInitial: OrgChart.match.height
});
Match width
let chart = new OrgChart('#tree', {
scaleInitial: OrgChart.match.width
});
Generated using TypeDoc
Specifies a scale that match the boundaries