Options
All
  • Public
  • Public/Protected
  • All
Menu

Specifies a scale that match the boundaries

Index

Enumeration members

Enumeration members

boundary

Match boundary

let chart = new OrgChart('#tree', {
scaleInitial: OrgChart.match.boundary
});
height

Match height

let chart = new OrgChart('#tree', {
scaleInitial: OrgChart.match.height
});
width

Match width

let chart = new OrgChart('#tree', {
scaleInitial: OrgChart.match.width
});

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method

Settings

Theme

Generated using TypeDoc