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 릴리스

Released: Nov 17, 2023

v8.13.13 버젼 업데이트

기능

  • You can now set mouseScroll to:
    • OrgChart.action.scroll.
    • OrgChart.action.ctrlZoom.
    • OrgChart.action.zoom.
    • OrgChart.action.xScroll.
    • OrgChart.action.yScroll.

Released: Nov 17, 2023

v8.13.12 버젼 업데이트

기능

  • Added a new setScale method.

Released: Nov 14, 2023

v8.13.11 버젼 업데이트

수정사항

  • Fixed an issue with reflated to lazyLoading and fit.

Released: Nov 10, 2023

v8.13.10 버젼 업데이트

수정사항

  • Fixed an issue with orientation and expand collapse.

Released: Nov 10, 2023

v8.13.09 버젼 업데이트

수정사항

  • Fixed an issue with lazyLoading and Pan action.

Released: Nov 1, 2023

v8.13.02 버젼 업데이트

기능

  • Added a new draggable option.

Released: Oct 26, 2023

v8.13.01 버젼 업데이트

기능

  • Added new onChange event listener to undoReduUI interface.

Released: Oct 22, 2023

v8.12.13 버젼 업데이트

기능

  • Added undo/redu functionallity
    • New Icons
      • OrgChart.icon.undo and OrgChart.icon.redo.
    • New Methods
      • undo - Undo data operations like adding/removing nodes. Set undoRedoStorageName option before calling this method.
      • redo - Redo data operations like adding/removing nodes. Set undoRedoStorageName option before calling this method.
      • clearRedo() - Clears all Redo stack steps.
      • clearUndo() - Clears all Undo stack steps.
      • undoStepsCount() - Returns the number of Undo stack steps.
      • redoStepsCount() - Returns...

Released: Oct 21, 2023

v8.12.10 버젼 업데이트

기능

  • Added instance property to searchUI interface.
  • Added searchFieldsAbbreviation property to searchUI interface.
  • Added "add-item", "show-items" and "hide" event listeners to searchUI interface.
  • Added instance property to filterUI interface.
  • Added element property to filterUI interface.
  • Added "update", "add-item", "add-filter" and "show-items" event listeners to filterUI interface.

Released: Oct 19, 2023

v8.12.09 버젼 업데이트

수정사항

  • Fixed an issue with setOrentation method.