Releases: BALKANGraph/OrgChartJS
Releases · BALKANGraph/OrgChartJS
OrgChart JS 4.9.97
- new const OrgChart.MIXED_LAYOUT_ALL_NODES
OrgChart JS 4.9.96
- minor fixes
- added bg-toolbar-container class selector
OrgChart JS 4.9.94
- new methods addClink, removeClink
OrgChart JS 4.9.93
- Custom drag&drop menu for specified node
OrgChart JS 4.9.92
- Fixed not all children are expanded on exported file
Steps to reproduce:
- Open the link :
https://jsfiddle.net/BALKANGraph/8aksLeuv/ - Search for Blair. The chart will expand until Blair.
- Click export.
OrgChart JS 4.9.91
-
c link
var chart = new OrgChart(document.getElementById('tree'), { clinks: [ {from: 4, to: 0, label: 'text'}, {from: 4, to: 5, template: 'blue', label: '4 reports to 3' }, {from: 2, to: 6, template: 'yellow', label: 'lorem ipsum' }, ] });
OrgChart JS 4.9.9
- now center method does not collapse and expand children
OrgChart JS 4.9.7
- Fixed scroll bars and pan on resize
OrgChart JS 4.9.6
- New option enableTouch
OrgChart JS 4.9.2
- new loadXML method
- new getXML method