OrgChart JS v7.5.x

Released: Sep 18, 2020

Mises à jour de v7.5.x

v7.5.45

Updated Nov 18, 2020

Features

  • New const OrgChart.FIXED_POSITION_ON_CLICK - when it is true the chart won't move when expanding.

v7.5.44

Updated Nov 17, 2020

Fixes

  • Fixed labels.

v7.5.41

Updated Nov 4, 2020

Fixes

  • Minor fix.

v7.5.40

Updated Oct 22, 2020

Features

  • Added two new methods:
    • chart.magnify(id, scale, front, anim, callback).
      • id: is the node id we want to highlight or magnify.
      • scale: scale of the magnified node.
      • front: true or false, display magnified node in front of other nodes if it is true.
      • anim: animation effect for the magnified node, if not set the default is chart.config.anim.
      • callback: callback function before the animation start.
    • chart.magnifyBack(id, anim, callback).
      • id: is the node id we want to highlight or magnify.
      • anim: animation effect for the magnified node, if not set the default is chart.config.anim.
      • callback: callback function after the animation ends.

v7.5.28

Updated Oct 9, 2020

Fixes

  • Fixed subLevels with mixed layouts.

v7.5.25

Updated Sep 24, 2020

Fixes

  • Fixed an issue when scrolling horizontally or vertically there is some kind of flickering.

v7.5.0

Updated Sep 18, 2020

Features

  • Added State functionality - Persist the state (scale, position, expanded/collapsed and min/max nodes) in the url or indexedDB.