OrgChart JS

구조적 데이터를 세련된 방식으로 표현할 수 있는 간단하고 유연하며 사용자 정의가 가능한 조직도를 만들 수 있습니다.

BALKAN App사에서 공개
2019년 부터 ComponentSource에서 판매중

가격: US$ 391.02 버젼: v9.x NEW 업데이트: 매일? 4.00 별점 평균 리뷰4.00 별점 평균 리뷰4.00 별점 평균 리뷰4.00 별점 평균 리뷰4.00 별점 평균 리뷰 (2)

OrgChart JS v7.5.x

Released: Sep 18, 2020

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.