amCharts 5: Maps(英語版)
Webサイトやアプリケーションにインタラクティブな美しい地図を追加
amCharts 社の製品
2019 年より日本国内にてComponentSourceで販売中。
価格:¥ 37,400 (税込)〜 バージョン: 5.x 新機能 更新日: Jun 17, 2026
Released: Jul 3, 2024
HeatLegend were the same, the tooltip was shown in the top/left corner of the chart.ZoomableContainer would not react to pans in some of its sections if its contents were panned outside its bounds.Released: Jun 12, 2024
ClusteredPointSeries now re-clusters points only when zoom level changes. This improves performance when panning/rotating the map.NumberFormatter would incorrectly round numbers smaller than 0 due to floating point issue in some cases.Released: May 30, 2024
clusterDelay setting added to ClusteredPointSeries. Setting it to non-zero number will automatically debounce re-clustering of points, helping with performance when there are a lot of data items.ZoomControl buttons will now be automatically disabled when max or min zoom level is reached.selectionStrictMinMax was set to true (you still need to set strictMinMax: true for it to go away).Venn chart could produce JS error...Released: May 23, 2024
Released: May 21, 2024
XYChart immediately after it was created would not dispose its XYCursor and related event handlers.SliceGrouper would not update properly when series data was updated.Released: May 10, 2024
Sprite: ariaCurrent (sets aria-current) and ariaSelected (sets aria-selected).MapPolygonSeries: getPolygonByPoint() and getPolygonByGeoPoint().EditableLabel when its width is set.alwaysShow setting of XYCursor was not working properly.Released: May 7, 2024
ValueAxis could go into infinite loop under the following conditions: max was set to a value which was smaller than a calculated minimum of the axis when strictMinMax set to true.Released: May 7, 2024
EditableLable setting: multiline (default: true). If set to false it will only allow the label to be edited on a single line.hsvToHsl() and hslToHsv() color conversion functions have been added to am5.utils namespace.XYCursor now have their role set to "slider" by default.EditableLabel now supports maxWidth and oversizedBehavior settings.EditableLabel will now reset all available styles that might come from page...Released: May 2, 2024
DrawingControl setting: scrollable (default: false). If set to true will restrict tool list to the height of the target chart.Sprite method: compositeRotation(). It returns element's rotation in degrees, taking into account all of its ancestors.EditableLabel element.scrollable: false on the DrawingControl.Released: Apr 26, 2024
Treemap's labels would sometimes not adjust its size (usually with a lot of data).