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: Feb 2, 2025

v8.15.00 버젼 업데이트

기능

  • Added new options and event listeners:
    • enableAI.
    • aiChatTools.
    • onAIToolCalls.
    • aiChatTool.
  • Removed the animation when zooming in/out for performance optimization.
  • The cursor is now the default one on pan.
  • Added passed event "weel" to remove Chrome warning.
  • Removed OrgChart.scroll.visible from the dts.

Released: Feb 1, 2025

v8.14.117 버젼 업데이트

수정사항

  • Fixed an issue with the documentation.

Released: Jan 31, 2025

v8.14.111 버젼 업데이트

기능

  • Renamed export option from includeDirectChildren to childLevels.
  • Renamed export option from includeDirectParents to parentLevels.

Released: Jan 30, 2025

v8.14.110 버젼 업데이트

기능

  • Added a new includeDirectChildren option, when exporting to PDF, it includes only the direct reports (others are collapsed). It works when the nodeId is specified.

Released: Jan 29, 2025

v8.14.107 버젼 업데이트

기능

  • Added user-select none to the menu button.

Released: Jan 29, 2025

v8.14.105 버젼 업데이트

기능

  • Improved the AI Experimental function calling.

Released: Jan 29, 2025

v8.14.103 버젼 업데이트

기능

  • The default value of lazyLoading option is now 'auto'.

Released: Jan 28, 2025

v8.14.100 버젼 업데이트

기능

  • Added user-select: none to the AI button.

Released: Jan 28, 2025

v8.14.99 버젼 업데이트

기능

  • You can now instantiate the chart without HTML elements, set the element later: chart.element = document.getElementById('tree').
  • OrgChart.LAZY_LOADING_FACTOR has been set to auto by default.

Released: Jan 28, 2025

v8.14.96 버젼 업데이트

수정사항

  • Fixed an issue related to orderBy with mutiple types.