amCharts 5: Gantt

JavaScript Gantt control for interactive, customizable project timeline and task dependency visualizations.

由以下開發商製作:amCharts
ComponentSource 開始代理銷售的日期:2019年

價格從: $ 176.40 版本: 5.x 新增功能 更新: Apr 7, 2026

amCharts 5: Gantt 5.16.2

Released: Mar 17, 2026

5.16.2 中的更新

特性

  • Added syncZeros to ValueAxis. It will only work if syncWithAxis is set and zero is within min/max of axis.
  • Exposing standalone functions via index/am5: populateString(), getTagValue(), getCustomDataValue().
  • Added nodeSeparation setting to Tree.
    • Now allows custom separation function between nodes, receiving two data items and returning a numeric value.
  • Added setFlatData() method to Hierarchy.
    • Now accepts flat array data with parent ID references and converts it to nested hierarchy format. Works with new parentIdField setting.
  • Added clustered setting to Tree.
    • When set to true, uses cluster layout (dendrogram) where all leaf nodes are placed at the same depth.

修補程式

  • minBulletDistance was not showing/hiding bullets if set dynamically after series was already initialized.
  • Axis syncing algorithm fixed, performance of syncing improved.
  • Tree and ForceDirected charts with very deep structures were having performance issues.