Options
All
  • Public
  • Public/Protected
  • All
Menu

Toolbar buttons. Set to true if you'd like to show a button

Hierarchy

  • toolbar

Index

Properties

expandAll?: boolean

Expand all nodes button

var chart = new OrgChart('#tree', {
toolbar: {
expandAll: true
}
});
fit?: boolean

Fit to screen option

var chart = new OrgChart('#tree', {
toolbar: {
fit: true
}
});
fullScreen?: boolean

Switch to fullscreen button

var chart = new OrgChart('#tree', {
toolbar: {
fullScreen: true
}
});
layout?: boolean

Shows the layout options

var chart = new OrgChart('#tree', {
toolbar: {
layout: true
}
});
zoom?: boolean

Zoom plus and minus buttons

var chart = new OrgChart('#tree', {
toolbar: {
zoom: true
}
});

Legend

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

Settings

Theme

Generated using TypeDoc