Releases: BALKANGraph/OrgChartJS
Releases · BALKANGraph/OrgChartJS
BALKAN OrgChartJS 8.00.25
- Fixed an issue with searchDisplayField
var chart = new OrgChart(document.getElementById("tree"), {
searchDisplayField: "name",
...
});
BALKAN OrgChartJS 8.00.24
- Fixed #615
- Fixed an issue on mobile device and drag and drop
BALKAN OrgChartJS 8.00.06
- Now you can call chart.minimize and chart.maximize withoyt parameters, it will min/max all nodes
BALKAN OrgChartJS 8.00.03
- minor changes
BALKAN OrgChartJS 8.00.02
- Fixed npm exports
BALKAN OrgChartJS 8.00.01
Release Notes
In version 8.00.01 we've chanded the styles of the Edit Form, Search Input, Menu and introducing dark mode
- [new] "mode" option - dark or light
- [new] method - exportPDFProfile(options, callback), example: chart.exportPDFProfile({id: 5})
- [new] method - exportPNGProfile(options, callback), example: chart.exportPNGProfile({id: 5})
- [new] method - shareProfile(id), example chart.shareProfile(5)
- [new] Added A5 format, can be used with pdf profile export
- [new] editFormHeaderColor, template option
- [new] icon - OrgChart.icon.share
- [new] icon - OrgChart.icon.user
- [change] Renamed template exportMenuButton option to menuButton
- [fix] Fixed an issue with layout tollbar
- [fix] Fixed collapseAll option with collpase level #604
- [removed] OrgChart.searchUI.createInputField
- [removed] OrgChart.searchUI.createSearchIcon
- [removed] chart.searchUI.addSearchControl
- [removed] editUI on filed event
- [removed] "derek" template to decrease the size of the library
BALKAN OrgChartJS 7.13.12
- zoom method added callback parameter
chart.zoom(delta, center, shouldAnimate, callback)
BALKAN OrgChartJS 7.13.11
- fixed an issue with up expanding and copllapsed option
BALKAN OrgChartJS 7.13.09
- fixed an issue with edit form, partners and assistant
BALKAN OrgChartJS 7.13.07
-
[new feature] - Up expand button - https://jsfiddle.net/BALKANGraph/t7k30eav/
-
[bug fix] fixed an issue with partners
nodes:
[{"id": 333,"pid": 222,tags: ['partner']},
{"id": 11},
{"id": 21,"pid": 11},
{"id": 31,"pid": 21},
{"id": 32,"pid": 21},
{"id": 111},
{"id": 211,"pid": 111},
{"id": 222,"pid": 111},
{"id": 311,"pid": 222},
{"id": 312,"pid": 222},
{"id": 313,"pid": 222}];




