Skip to content

Releases: BALKANGraph/OrgChartJS

BALKAN OrgChartJS 8.00.25

02 Nov 10:27

Choose a tag to compare

  • Fixed an issue with searchDisplayField
    var chart = new OrgChart(document.getElementById("tree"), {
        searchDisplayField: "name",
        ...
    });

BALKAN OrgChartJS 8.00.24

01 Nov 12:32

Choose a tag to compare

  • Fixed #615
  • Fixed an issue on mobile device and drag and drop

BALKAN OrgChartJS 8.00.06

21 Oct 10:26

Choose a tag to compare

  • Now you can call chart.minimize and chart.maximize withoyt parameters, it will min/max all nodes

https://jsfiddle.net/BALKANGraph/3putvz1y/

BALKAN OrgChartJS 8.00.03

20 Oct 17:40

Choose a tag to compare

BALKAN OrgChartJS 8.00.02

19 Oct 11:17

Choose a tag to compare

  • Fixed npm exports

BALKAN OrgChartJS 8.00.01

19 Oct 08:42

Choose a tag to compare

Release Notes

In version 8.00.01 we've chanded the styles of the Edit Form, Search Input, Menu and introducing dark mode

image

image

image

  • [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

08 Oct 08:13

Choose a tag to compare

  • zoom method added callback parameter

chart.zoom(delta, center, shouldAnimate, callback)

BALKAN OrgChartJS 7.13.11

08 Oct 07:39

Choose a tag to compare

  • fixed an issue with up expanding and copllapsed option

BALKAN OrgChartJS 7.13.09

06 Oct 15:37

Choose a tag to compare

  • fixed an issue with edit form, partners and assistant

BALKAN OrgChartJS 7.13.07

04 Oct 07:08

Choose a tag to compare

Before:
image

Now:
image

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}];