amCharts 5: Maps

웹사이트 또는 응용 프로그램에 대화형의 멋진 지리(geographical) 맵을 추가합니다.

amCharts사에서 공개
2019년 부터 ComponentSource에서 판매중

가격: US$ 176.40 버젼: 5.x NEW 업데이스 날짜: Apr 16, 2026

i

Discounted bundle price is available when purchased with amcharts 5: Charts.

amCharts 5: Maps 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.