amCharts 5: Maps
웹사이트 또는 응용 프로그램에 대화형의 멋진 지리(geographical) 맵을 추가합니다.
amCharts사에서 공개
2019년 부터 ComponentSource에서 판매중
Released: Sep 30, 2025
HeatLegend: startOpacity (default: 1) and endOpacity (default: 1).colorPicker.events.onDebounced().ColumnSeries: turboMode (default: false). If set to true, the series will render columns directly on canvas, speeding up column-heavy charts.DateAxis: skipFirstMinor (default: true). If set to true, the axis will skip the first minor grid line and label.DateAxis: weekLabelLocation (default: true). A relative location of weekly labels.Axis: minorAxisFillsEnabled (default: true).Axis: zoomOut (default: true). If set to false, the axis will not be zoomed out when the chart's zoom out button is pressed, and vice versa when axis is zoomed, it will not trigger the button to appear.LinePattern: angle (default: 0). Use angle instead of rotation for better performance and smaller pattern size.systemTooltip added to Root. Use this instance of Tooltip for generic tooltip needs.CategoryAxis with categories not present in data, it was displayed over whole plot area.minBulletDistance was set on a series with data gaps, bullets could be hidden if zoomed to a position where start or end item was on a missing item.valueYChangeSelectionPercent, line series could show a drawing bug under certain zoom conditions.baseInterval of DateAxis was set to 8 months.CurveCursor vertical position was inverted before.index.js in the compiled script version included xy.js stuff.zoomToValues() method of ValueAxis was not working properly with auto-zoom enabled.oversizedBehavior was being ignored on composite bullet of the ClusteredPointSeries.