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

5.15.2 버젼 업데이트

기능

  • If an invalid SVG path is passed to Graphics svgPath setting, a warning is displayed instead of a JS error.

수정사항

  • Toggling turboMode after the ColumnSeries was initialized was not working properly.

Released: Jan 6, 2026

5.15.1 버젼 업데이트

수정사항

  • Axis ranges were not being fully parsed from JSON config.

Released: Jan 2, 2026

5.15.0 버젼 업데이트

기능

  • updateData(data) method added to Component. Updates existing data in the component without disposing old data items. If there are more data items than before, new ones will be created. If there are less, old ones will be removed.
  • New class in JSON plugin: ChartSerializer. Allows serializing whole chart objects into a JSON.
  • New functionality in JSON parser: states, adapters, templateField, axis bullets, axis ranges.

수정사항

  • VolumeProfile indicator was not showing value in legend when hovering...

Released: Nov 6, 2025

5.14.4 버젼 업데이트

기능

  • Added:
    • ariaLabel setting to ExportingMenu.
    • autoDispose (default: false) property to Registry. Set it to true to automatically dispose a Root element if it exists in the target container when a new Root element is being created.
    • excludeFromAggregate setting to XYSeries, mainly for performance. Use it to remove some data fields from calculation of their aggregate values.
  • Changed:
    • date tag added to DateAxis.
    • gapless tag added to GaplessDateAxis.

수정사항

  • Focus elements in a scrollable...

Released: Oct 13, 2025

5.14.3 버젼 업데이트

수정사항

  • If an axis range was created on CategoryAxis and then data was changed which wouldn't have these categories anymore, elements of the axis range remained visible on the chart.
  • am5.type.toNumber() function would go into dead loop if the parameter contained multiple dots or minus symbols.
  • Zooming an XYChart with mouse wheel really fast could result in the chart being zoomed to a state where user could not zoom-out anymore.

Released: Oct 1, 2025

5.14.2 버젼 업데이트

수정사항

  • Fixed issue where pressing Shift-TAB when the first element of a series was focused and focusableGroup is set, would jump back two series instead of one.

Released: Sep 30, 2025

5.14.1 버젼 업데이트

수정사항

  • Fixed issue where too many minor grid intervals could be drawn on a DateAxis if grid interval was "year".

Released: Sep 30, 2025

5.14.0 버젼 업데이트

기능

  • Two new settings added to HeatLegend: startOpacity (default: 1) and endOpacity (default: 1).
  • New plugin: colorPicker.
  • New method to add debounced events: events.onDebounced().
  • New setting added to ColumnSeries: turboMode (default: false). If set to true, the series will render columns directly on canvas, speeding up column-heavy charts.
  • New setting added to DateAxis: skipFirstMinor (default: true). If set to true, the axis will skip the first minor grid line and label.
  • New setting...

Released: Aug 27, 2025

5.13.6 버젼 업데이트

수정사항

  • Fixed issue where in some cases, DurationFormatter could display incorrect number of days.

Released: Aug 5, 2025

5.13.5 버젼 업데이트

수정사항

  • Fixed issue where labels with RTL direction and in-line formatting tags could be distorted.
  • Fixed issue where dynamically changing editOn setting on an EditableLabel was not working.
  • Fixed issue where volume indicator was not working properly with data grouping turned on.
  • Fixed issue where vertically stacked multiple ValueAxis could crash the chart if ChartCursor behavior was set zoomXY and selection of a zoom included both axes.
  • Fixed issue where points were not grouped until zoom level...