
Adds support for sub trees.
Features
Added support for sub trees, groups can now be defined with sub trees:
- New methods:
- maximize.
- minimize.
- setOrientation.
- setLayout.
- New options:
- assistantSeparation.
- columns.
Braking changes:
- Removed options:
- dragDropMenuUI.
- group specific tags from tags object.
- Removed methods:
- hasTag.
- addTag.
- groupNode.
- group.
- removeNodeTag.
- addNodeTag.
- removeTag.
- Removed events:
- updatetags.
- group.
- Changed the signature of the following methods:
- updateNode.
- removeNode.
- addNode.
- update - now returns the chart object.
- remove - now returns the chart object.
- add - now returns the chart object.
- getBGNode now is getNode.
- OrgChart._randomId now is OrgChart.randomId.
- visibleNodes now is visibleNodeIds.
- Changed the signature of the following events:
- expcollclick.