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: Jan 22, 2026

v9.00.49 버젼 업데이트

기능

  • Added 2 new methods to the export preview UI:
    • chart.pdfPreviewUI.selectedPage
    • chart.pdfPreviewUI.refresh() : void

Released: Jan 22, 2026

v9.00.48 버젼 업데이트

기능

  • Added 5 new methods to the export preview UI:
    • chart.pdfPreviewUI.selectPage(index: number) : void
    • chart.pdfPreviewUI.removePage(index: number) : void
    • chart.pdfPreviewUI.togglePrintTreeOrProfile() : void
    • chart.pdfPreviewUI.toggleLanscape(): void
    • chart.pdfPreviewUI.addPage(page: OrgChart.exportPDFPage) : void

Released: Jan 21, 2026

v9.00.47 버젼 업데이트

기능

  • Improved shareProfile functions.

Released: Jan 15, 2026

v9.00.46 버젼 업데이트

기능

  • Now Pinned nodes in Tree List layout can be expanded and collapsed.
  • Now if the Tree List is not scrollable, the mouse wheel will work for other HTML elements.

Released: Jan 14, 2026

v9.00.44 버젼 업데이트

기능

  • Added buttons in export preview UIs.

Released: Jan 10, 2026

v9.00.41 버젼 업데이트

기능

  • Made improvements related to the new Tree List Layout in mobile.

Released: Jan 10, 2026

v9.00.36 버젼 업데이트

기능

  • Now Tree List layout works in mobile device.

Released: Jan 7, 2026

v9.00.34 버젼 업데이트

수정사항

  • Fixed a minor issue with mouse wheel.

Released: Jan 7, 2026

v9.00.32 버젼 업데이트

기능

  • Made changes related to the export to XML, CSV and JSON.

Released: Dec 30, 2025

v9.00.30 버젼 업데이트

기능

  • Added Tree List Layout:
    • You can now display hierarchies using the Tree List Layout, which combines a tree structure with a scrollable list view.
  • Now you can define some of the template properties as function.
  • Added two new templates: clara and treeListItem.
  • New Static Configuration Options:
    • OrgChart.TREELIST_WHEEL_STEP - Controls the vertical scroll speed in the Tree List layout.
    • OrgChart.TREELIST_SCROLLBAR_WIDTH - Sets the scrollbar width (in pixels) for the Tree List layout.
    • OrgChart...