Skip to content

Releases: BALKANGraph/OrgChartJS

OrgChart JS 4.9.97

29 Aug 16:33

Choose a tag to compare

  • new const OrgChart.MIXED_LAYOUT_ALL_NODES

OrgChart JS 4.9.96

29 Aug 13:20

Choose a tag to compare

  • minor fixes
  • added bg-toolbar-container class selector

OrgChart JS 4.9.94

23 Aug 14:51

Choose a tag to compare

  • new methods addClink, removeClink

OrgChart JS 4.9.93

22 Aug 15:23

Choose a tag to compare

  • Custom drag&drop menu for specified node

OrgChart JS 4.9.92

20 Aug 18:35

Choose a tag to compare

  • Fixed not all children are expanded on exported file

Steps to reproduce:

  1. Open the link :
    https://jsfiddle.net/BALKANGraph/8aksLeuv/
  2. Search for Blair. The chart will expand until Blair.
  3. Click export.

OrgChart JS 4.9.91

18 Aug 08:15

Choose a tag to compare

  • 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

06 Aug 12:13

Choose a tag to compare

  • now center method does not collapse and expand children

OrgChart JS 4.9.7

16 Jul 12:01

Choose a tag to compare

  • Fixed scroll bars and pan on resize

OrgChart JS 4.9.6

15 Jul 17:29

Choose a tag to compare

  • New option enableTouch

OrgChart JS 4.9.2

11 Jul 15:42

Choose a tag to compare

  • new loadXML method
  • new getXML method