Options
All
  • Public
  • Public/Protected
  • All
Menu

Specifies the alignment of the nodes inside OrgChart JS

Index

Enumeration Members

Enumeration Members

center: number

Centered

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

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