amCharts 5: Stock Chart(英語版)
財務/株式およびその他の時間ベースのデータを表示するための分析ツール
amCharts 社の製品
2019 年より日本国内にてComponentSourceで販売中。
価格:¥ 37,400 (税込)〜 バージョン: 5.x 新機能 更新日: Apr 7, 2026
Released: Jan 2, 2026
updateData(data) method added to Component. Updates existing data in the component without disposing old data items. If there are more data items than before, new ones will be created. If there are less, old ones will be removed.ChartSerializer. Allows serializing whole chart objects into a JSON.templateField, axis bullets, axis ranges.updateData() method which makes them work much...Released: Nov 6, 2025
ariaLabel setting to ExportingMenu.autoDispose (default: false) property to Registry. Set it to true to automatically dispose a Root element if it exists in the target container when a new Root element is being created.excludeFromAggregate setting to XYSeries, mainly for performance. Use it to remove some data fields from calculation of their aggregate values. On a StockChart the setting is set to ["valueX"], since X values are not usually used in aggregates, but will save some...Released: Oct 13, 2025
CategoryAxis and then data was changed which wouldn't have these categories anymore, elements of the axis range remained visible on the chart.am5.type.toNumber() function would go into dead loop if the parameter contained multiple dots or minus symbols.StockChart had colors inverted (red for positive, green for negative...Released: Oct 1, 2025
Released: Sep 30, 2025
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.Released: Aug 27, 2025
DurationFormatter could display incorrect number of days.StockChart's drawing mode as it was not working properly since 5.13.4.Released: Aug 5, 2025
editOn setting on an EditableLabel was not working.ValueAxis could crash the chart if ChartCursor behavior was set zoomXY and selection of a zoom included both axes.Released: Jul 23, 2025
contentWidth() and contentHeight() methods to Container.ValueAxis was showing grid at wrong intervals in some cases.autoResize was set to false on a Root.Label's oversizedBehavior to "none" would not reset the label visibility/scale if it was already affected via previous setting like "hide" or "fit...Released: Jun 7, 2025
drawingsUpdated event was fired each time the chart was scrolled.