amCharts 5: Maps(英語版)
Webサイトやアプリケーションにインタラクティブな美しい地図を追加
amCharts 社の製品
2019 年より日本国内にてComponentSourceで販売中。
価格:¥ 37,400 (税込)〜 バージョン: 5.x 新機能 更新日: Jun 17, 2026
Released: Nov 30, 2023
extraMax and extraMin settings now work on GaplessDateAxis. This allows adding extra space in front (or back) of your data. It is recommended to set maxDeviation to 0 if you use extraMax.groupData set to true) the chart was continuously switching from monthly to weekly group interval causing the chart to flicker.Released: Nov 27, 2023
ResponsiveTheme that hides minor axis labels below XXL (1000px) breakpoint.IndicatorControl will no longer list Indicators that rely on volume if chart's volumeSeries is not set.centerY.role setting for Root element was being ignored.name for a Series would not right away update labels of its related legend item.Released: Nov 26, 2023
addBullet(dataItem, bullet) method has been added to Series, which allows you to add a Bullet directly to a particular data item instead of adding bullet function to the series.Stacked (available values: "up", "down", "auto") setting has been added to Bullet. This allows the automatic stacking of bullets on an XYSeries.Field (available values: "open", "high", "low", "value") setting has been added to Bullet. Works with XYSeries only and allows setting a particular data field...Released: Nov 17, 2023
ClusteredPointSeries: scatterDistance and scatterRadius. These allow you to explode clusters of very close points when further zoom-in is no longer possible.Released: Nov 10, 2023
<canvas> element in chart will now have its class set to reflect its layer/order, so it can be targeted with CSS. E.g. am5-layer-0.ClusteredPointSeries have been added which allows automatically clustering closely-located bullets into groups.zoomToDataItems() method has been added to MapPointSeries. Can be used to zoom to a number of series data items so all of them are visible.DataProcessor was not parsing timestamp-based string dates ('"x"') properly.strokeGradient...Released: Nov 6, 2023
Released: Nov 1, 2023
Released: Oct 27, 2023
customValue to ISeriesDataItem and customValueField to Series. This allows storing additional numeric information which could be used for heat rules and other purposes.toolSettings setting has been added to DrawingControl. This allows passing in default settings for each drawing tool.Released: Oct 19, 2023
drawingsInteractive(false) was not having an effect on some drawing tools (Vertical/Horizontal/Ray Line).CategoryAxis' elements (e.g. labels and grid) were ignoring forceHidden setting.5.4.9.Released: Oct 17, 2023
zoomTo (values: "start" and "end" (default)) has been added to PeriodSelector. If set to "start", period buttons will select from the start of the data, not from the end. "YTD" will still select to the end. PeriodSelector now supports "custom" periods.Sprite: blur, brightness, contrast, saturate, sepia, invert, hue. These filters are not supported by Apple Safari browsers.GrainPattern which allows you to add graininess effect to any element...