amCharts 5: Stock Chart(英語版)
財務/株式およびその他の時間ベースのデータを表示するための分析ツール
amCharts 社の製品
2019 年より日本国内にてComponentSourceで販売中。
価格:¥ 37,400 (税込)〜 バージョン: 5.x 新機能 更新日: Jun 15, 2026
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.StockChart's settings modal.StockChart/DrawingSeries methods have been added related to drawing selection: selectDrawing(id, keepSelection), unselectDrawing(id...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
forceHidden (default: false) setting has been added to StockControl, which enables forcing some StockChart controls to be always hidden.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...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.PeriodSelector will now zoom to last/first data items if stockSeries is set on StockChart. Previously it used to zoom to X-axis scale end/start, regardless of data.DrawingSeries will now add a unique drawingId to all drawing data.0 volume values and all...Released: Feb 19, 2024
Picture's events "loaded" and "loaderror" were kicking in before actual picture was fully loaded/errored.StockChart's cursor used to freeze after chart was panned and it was not snapped to Y value (if snapping was enabled) (since 5.8.1).Released: Feb 16, 2024
DateRangeSelector was sometimes selecting an extra day on GapplessDateAxis.Released: Feb 14, 2024
VolumeProfile indicator will now not let you select an unreasonably small value for its "ticks per row" setting.DrawingControl in standalone mode was resulting in error when trying to enable drawing tool from API.snapToSeries was set on XYCursor, tooltipDataItem was set one extra time with incorrect value on XYSeries.XYSeries was not updating legend if legendRangeValueText text...Released: Feb 1, 2024
ZoomableContainer, which allows you to add zoom capabilities to virtually any chart.ZoomTools class. Ths can be used to quickly add zoom support for elements compatible with IZoomable interface, e.g. ZoomableContainer.DrawingControl: drawingSeries. It contains an object where key is a drawing tool name and values are array with references to actual drawing series.strokeOpacity for the grid line...Released: Jan 18, 2024
StockToolbar: focusable (default: false). If set to true, it will make all toolbar controls navigable/editable using keyboard.ariaChecked setting will now be ignored if the element also has role set to one of the following: "checkbox", "option", "radio", "menuitemcheckbox", "menuitemradio", "treeitem".minBulletDistance was not being re-measured...