amCharts 5: Maps(英語版)
Webサイトやアプリケーションにインタラクティブな美しい地図を追加
amCharts 社の製品
2019 年より日本国内にてComponentSourceで販売中。
価格:¥ 37,400 (税込)〜 バージョン: 5.x 新機能 更新日: Apr 7, 2026
Released: Sep 1, 2020
Updated Aug 20, 2021
Updated Aug 8, 2021
Updated Jun 17, 2021
Updated Jun 8, 2021
Updated Apr 21, 2021
Updated Mar 19, 2021
Updated Mar 3, 2021
MapChart could throw off the map position.SankeyDiagram in some cases could result in an SO.TreeMap was showing incorrectly sized nodes with empty children array.logarithmic setting for a ValueAxis was not updating its scale properly in some cases.SliceGrouper plugin was not updating properly when manipulating data and/or series.Updated Dec 18, 2020
scale, minWidth, minHeight, maxWidth, and maxHeight options.ignoreZeroValues = true on PieSeries/PyramidSeries will now hide null-value slices, too.timezone might shift axis label values by one day in some cases."i" input date format was not properly parsing formats with no milliseconds and with timezone offset, e.g. ("...+10:30").normalizeSVG() method was producing wrong SVG width/height in output if scale parameter was not being passed in.Updated Nov 26, 2020
DateAxis setting timezone is being deprecated. Please consider setting timezone on chart or axis dateFormatter. DateAxis will now properly place grid in time zones that use non-whole hour fractions, e.g. ("Australia/Adelaide").ExportMenu elements has been altered to better comply with ARIA standards.ValueAxis scale calculation.min and max on a DateAxis could result in excessive overzoom and an empty grid in some cases.DateAxis could result in some extra space shown on it.width were set in percent, they were not being properly sized.Updated Nov 13, 2020
reverseGeodata (default: false) on MapChart and MapSeries. amCharts requires polygon coordinates to be in clockwise order. Some map data have them in counter-clockwise. If your custom map appears garbled, try setting this to true.am4core.options.pixelPerfectPrecision (default: 0). Precision (number of decimal points) to be used when rounding point x/y for elements that have pixelPerfect = true set.XYChartScrollbar was not inheriting inputDateFormat from the chart properly.showTooltipOn = "hit" will not display its tooltip.dispose() it will now auto-dispose when related axis is disposed.XYCursor over chart when data was being updated.wrap = true may have been wrapping incorrectly in some cases.rgb(...) and rgba(...) syntax was not recognized in ColorSet's baseColor.Updated Nov 03, 2020
MapChart was not working. If you are using commercial MapChart, make sure you use addLicense() for both Charts and Maps products."out" event.strictMinMax with includeRangesInMinMax sometimes could caulse wrong zooms.Updated Oct 23, 2020
getCSV, getSVG, getJSON, getExcel will not error out if no option or format identifier is passed in.am4core.options.queue = true enabled.PieSeries remained enlarged (as hovered) after subsequent taps on it on a touch device.ValueAxis was not auto-zooming in some cases.Updated Oct 19, 2020
Tooltip property ignoreBounds (default false). If set to true, will not try to contain tooltips within the boundaries of the chart.getSVG() method without passing in options as a second parameter was resulting in error.gropuDataItem adapter.XYSeries with bullets and a data grouping enabled, could result in bullets being left on the screen.Updated Oct 10, 2020
numberFormatter inheritance was broken for XYSeries elements like bullets since last version.CategoryAxis and XYCursor was erroring when number-based categories were used in data.Updated Oct 09, 2020
scale, minWidth, minHeight, maxWidth, and maxHeight.ExportMenu property: element (a reference to menu's top element).readerTitle and readerDescription were not being properly populated with data on Map objects.includeRangesInMinMax = true on ValueAxis in some cases was messing up the chart.<canvas> element afterwards.ValueAxis was not working properly with multiple series with incomplete data.Updated Oct 02, 2020
"my.custom.property".rtl value on an existing Label was (still) not working properly.showSystemTooltip was being ignored since last version (4.10.4).chart.cursor.snapToSeries was not causing cursor to snap in wrong place if groupData was enabled.Updated Sep 22, 2020
ExportMenu top item has now role menubar rather than menu.ExportMenu will now set aria-expanded attributes for selected menu items/branches.groupData was causing some series not to appear in some cases (since 4.10.3).rtl value on an existing Label was not working properly.readerTitle or itemReaderTitle was not setting aria-label but rather adding <desc> tag and aria-describedby attirubute. It now will use aria-label for readerTitle and <desc> for readerDescription.ExportMenu with arrow keys will not scroll web page anymore.Updated Sep 19, 2020
periodselected added to DateAxisRangeSelector.DateFormatter now supports quarter format (code: "q").title property was being overwritten if it wasn't last option in the properties list.options.queue = true.TreeMap with binaryTree algorithm was producing a JS error if no initial data was set on chart.DateAxis was enabled and there were more than one series in the chart, the second and other series were rendered with data ungrouped in the background before rendering them correctly and this was causing performance issues.CurvedColumnSeries with non-inversed CategoryAxis were not positioned properly.Updated Sep 08, 2020
SankeyDiagram charts were broken after last release.4.10.0 caused some bullet adapters to kick in earlier which in turn was resulting in critical errors if those adapters relied on dataItem to be present without checking.Updated Sep 07, 2020
DateAxis property: timezone. Allows setting timezone to recalculate data in, e.g. "Australia/Sydney". Make sure not to set this on both axis and date formatter.DateFormatter property: timezone. Allows setting timezone to recalculate date objects to before applying the format, e.g. "Australia/Sydney".am4core.options.disableHoverOnTransform ("never" (default), "touch", always)). Allows disabling all hover activity when some element is being dragged or resized.SankeyLink that points "backwards" will be applied "backwards" state (if created) so you can style it differently than regular links.Cursor was triggering an on-screen keyboard on some mobiles devices.DateAxis and groupData = true could result a JS error if a series had bullets and a lots of data points.DateAxis and groupData = true, if a series was hidden when zoomed-in, then zoomed-out, and then unhidden, the related ValueAxis was not updating it's min/max to available value range.RadarChart from a template fixed.SankeyDiagram used to produce stack overflow error if data contained backward links. Now it will correctly draw a link.Updated Sep 01, 2020
LineSeries property: smoothing ("bezier" (default), "monotoneX", and "monotoneY") - indicates algorithm to use for smoothing the lines. Monotone algos are better suited for irregularly-spaced data.ForcedDirectedTree: new property zoomable (default: false). If set to true, the chart will be zoomable/draggable using mouse, touch, or API.ForcedDirectedTree: zoom related properties added. mouseWheelBehavior ("zoom", "none") - controls what happens when mouse wheel is used over chart; zoomStep (default: 2) - step to increase zoom level my each zoom in; zoomOutButton - an instance of button which is shown when chart is zoomed in.ForcedDirectedTree: new zoom-related methods: zoomToPoint(point, level, center) and zoomToDataItem(dataItem, level, center).am4core.createDeferred(callback, scope, ...parameters). Can be used to create multiple charts in a truly safe daisy-chain (next chart starts to be instantiated only when previous triggers a ready event). Returns a Promise with chart instance.am4core.options.deferredDelay (default 100). Specifies time-gap in milliseconds between deferred chart instantiations.readerTitle was not being properly populated with data on Label.readerDescription was not being populated with data.MapChart was panned with inertia and a polygon with zoomToObject() hit event was clicked when the map was still moving, the map was zooming into a wrong position.