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.8.0

Released: Feb 1, 2024

5.8.0 버젼 업데이트

기능

  • Added a new container type ZoomableContainer, which allows you to add zoom capabilities to virtually any chart.
  • Added a new ZoomTools class. Ths can be used to quickly add zoom support for elements compatible with IZoomable interface, e.g. ZoomableContainer.
  • Added new read-only property of DrawingControl: drawingSeries. It contains an object where key is a drawing tool name and values are array with references to actual drawing series.

수정사항

  • Hierarchy.addChildData was duplicating node's children which were added before.
  • If topDepth was set to 1 on Partition, initially the chart was showing not all levels of nodes.
  • When clicking on particular partitions of a Partition chart, zoom animation was not playing.
  • DateRangeSelector was showing extra day in automatically-calculated end date.
  • DateRangeSelector was zooming to the start of the selected day, instead of end.
  • Tooltip background color passed to HeatLegend.showValue(value, text, color) was being ignored.
  • ClusteredPointSeries was not showing charts if they were added to clustered bullets.
  • Fixed issue with DrawingControl which was unnecessarily duplicating drawing series with each tool selection / API call.
  • Using "1M" button in PeriodSelector was not always selecting full month.
  • Restoring drawings with DrawingControl.unserializeDrawings() will now correctly update indexes of the restored drawings based on current drawing counter.
  • Legend value was not being updated when series axis' range changed. This caused legendRangeLabelText to not being updated (if set) when chart was being zoomed-in/out.
  • In some rare cases chart would show incorrect last segment of a LineSeries when in percent mode.