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.0.x

Released: Jun 27, 2020

v7.0.x 버젼 업데이트

v7.0.1

Updated Jun 27, 2020

Features

Added support for sub trees, groups can now be defined with sub trees:

  • New methods:
    • maximize.
    • minimize.
    • setOrientation.
    • setLayout.
  • New options:
    • assistantSeparation.
    • columns.

Braking changes:

  • Removed options:
    • dragDropMenuUI.
    • group specific tags from tags object.
  • Removed methods:
    • hasTag.
    • addTag.
    • groupNode.
    • group.
    • removeNodeTag.
    • addNodeTag.
    • removeTag.
  • Removed events:
    • updatetags.
    • group.
  • Changed the signature of the following methods:
    • updateNode.
    • removeNode.
    • addNode.
    • update - now returns the chart object.
    • remove - now returns the chart object.
    • add - now returns the chart object.
    • getBGNode now is getNode.
    • OrgChart._randomId now is OrgChart.randomId.
    • visibleNodes now is visibleNodeIds.
  • Changed the signature of the following events:
    • expcollclick.