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 릴리스

Released: Jul 23, 2025

5.13.4 버젼 업데이트

기능

  • Added contentWidth() and contentHeight() methods to Container.
  • Removed stroke color selector from Fibonacci drawing tool.

수정사항

  • Fixed issue where Logarithmic ValueAxis was showing grid at wrong intervals in some cases.
  • Fixed issue where HTML labels were not being displayed if autoResize was set to false on a Root.
  • Fixed issue where resetting Label's oversizedBehavior to "none" would not reset the label visibility/scale if it was already affected via previous setting like "hide" or "fit...

Released: Jun 7, 2025

5.13.3 버젼 업데이트

수정사항

  • drawingsUpdated event was fired each time the chart was scrolled.

Released: Jun 6, 2025

5.13.2 버젼 업데이트

기능

  • Event added to SettingsModal: initstarted. Use it to modify settings contents.
  • Added SuperTrend to serializable class list.

Released: Jun 5, 2025

5.13.1 버젼 업데이트

수정사항

  • Logarithmic ValueAxis was not showing grid at proper intervals in some cases (since 5.13.0).

Released: Jun 5, 2025

5.13.0 버젼 업데이트

기능

  • exactLocationX and exactLocationY added to XYSeries. If this is set to true, data items will ignore locationX/locationY setting but will place the data point at exact X/Y value. This will work only with DateAxis. If used on a ColumnSeries/CandlestickSeries it will affect its bullets only.
  • containStroke added to Rectangle. If this is set to true, rectangle will be drawn in such a way that its stroke is contained within the rectangle's width and height. Useful if you have thicker...

Released: May 30, 2025

5.12.3 버젼 업데이트

기능

  • Added a new setting on DateRangeSelector: allowInput (default: true). If set to false, date inputs will be disabled, but the dates will be selectable using arrow keys.
  • Added categoryToPosition() method to CategoryAxis.

수정사항

  • Focusable bullets will no longer be focusable in legend's markers.

Released: May 9, 2025

5.12.2 버젼 업데이트

수정사항

  • The tooltips on an XYChart would not get re-arranged if pointer was being moved slowly into chart area and stopped.
  • If data grouping was enabled on a DateAxis and new data was set while the chart was being scrolled, it might show some ghost bullets in the plot area.

Released: Apr 14, 2025

5.12.1 버젼 업데이트

수정사항

  • SerpentineChart could be displayed incorrectly if chart was very wide/tall and level count was small.
  • CurveChart would not adjust all of its elements after resize.

Released: Apr 12, 2025

5.12.0 버젼 업데이트

기능

  • Added a timeline chart type family: CurveChart, SerpentineChart, SpiralChart.

수정사항

  • Using swap() method on a ListDispose will no longer auto-dispose items being swapped, even if autoDispose = true.

Released: Apr 9, 2025

5.11.3 버젼 업데이트

기능

  • Added a "text" field type support to custom Indicator's _editableSettings.

수정사항

  • "frameended" event would trigger indefinitely when a Sprite with tooltipPosition: "pointer" was being hovered, even if cursor was not moving.