Options
All
  • Public
  • Public/Protected
  • All
Menu

Specifies the alignment of the nodes inside OrgChart JS

Index

Enumeration members

Enumeration members

center

Centered

var chart = new OrgChart('#tree', {
align: OrgChart.align.center
});
orientation

According to the orientation option

let chart = new OrgChart('#tree', {
align: OrgChart.align.orientation
});

Legend

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

Settings

Theme

Generated using TypeDoc