amCharts 5: Maps(英語版)
Webサイトやアプリケーションにインタラクティブな美しい地図を追加
amCharts 社の製品
2019 年より日本国内にてComponentSourceで販売中。
価格:¥ 37,400 (税込)〜 バージョン: 5.x 新機能 更新日: Jun 17, 2026
Released: Apr 23, 2024
IndicatorControl method: clearIndicators(), which allows clearing all indicators from the chart at once.XYChart background fill color and opacity have been moved to a default theme, so that it can be overridden by custom themes.PieChart was not updating radius if resized very quickly.XYSeries was initially hidden, its tooltip was still visible on an XYChart with...Released: Apr 17, 2024
Tooltip settings: readerAnnounce (boolean, default: false) and labelAriaLabel. If readerAnnounce is set to true, tooltip's contents (labelAriaLabel if set, or regular label text) will be read out by screen readers when tooltip is shown or its data item changes.Label method: getAccessibleText(). It returns populated arialLabel text if set, or regular text content.Sprite method: compositeScale(). It returns the actual...Released: Apr 10, 2024
XLSX library code has been updated to 0.20.2.tabindexOrder with a safer approach.LineSeries' axis ranges were not properly using stroke/fill templates from data.Released: Apr 9, 2024
zoomToDataItems(dataItems, rotate) method has been added to MapPolygonSeries.markDirtyKey() has been added, which can be used to trigger an adapter.DropdownListControl methods have been added: getItemById(id) and setItemById(id).IconControl methods have been added: getIconByPath(path) and setIconByPath(path).XYCursor. It will now move by one cell automatically, or by 5 cells if pressed together with CTRL.Released: Mar 25, 2024
Label with background was hidden due to oversizedBehavior rule, the background was still visible.XYCursor with keyboard were not always properly updating adapter-populated tooltips.Venn diagram will not be displayed anymore.Sankey links were ignoring dx and dy settings set on nodes.Released: Mar 20, 2024
pancancelled event of an XYChart was not being fired in some cases.XYChart and a new added, related ValueAxis was not zooming out to new data if Animated theme was not used.Series.on("tooltipDataItem") was not working in some setups since 5.8.3.ValueAxis width extraMin and/or extraMax set was being synced with another axis (via syncWith) chart could go into an SO in some setups/cases.Released: Mar 15, 2024
DateRangeSelector event has been added: "rangeselected".PeriodSelector event has been added: "periodselected".Picture was disposed before external image was finished loading (since 5.8.3).DateRangeSelector were ignoring Root's timezone and utc settings.strokeWidth > 1) was being ignored as a hit target for interactive elements.Scrollbar grips would not update their position according to...Released: Feb 22, 2024
DrawingSeries method: getIndex(drawingId). It will return the index of a drawing corresponding to a unique id, or null if not found.DrawingSeries will now add a unique drawingId to all drawing data.ValueAxis was not adjusting properly if its height/width changed during zoom.DrawingControl (one that was not added to a toolbar) was erroring out when parent Root was disposed.Label (with HTML set) was not inheriting labels actual...Released: Feb 19, 2024
Picture's events "loaded" and "loaderror" were kicking in before actual picture was fully loaded/errored.ClusteredPointSeries of a MapChart were updating clustered bullets with delay and sometimes they remained in a wrong position.Released: Feb 16, 2024
DateRangeSelector was sometimes selecting an extra day on GapplessDateAxis.