amCharts 5: Stock Chart(英語版)
財務/株式およびその他の時間ベースのデータを表示するための分析ツール
amCharts 社の製品
2019 年より日本国内にてComponentSourceで販売中。
価格:¥ 37,400 (税込)〜 バージョン: 5.x 新機能 更新日: Apr 7, 2026
Released: Feb 3, 2025
Root property: entitiesById. Contains all Entities belonging to this Root instance that have an id set.id for Entities will be enforced within Root scope, not global scope.StockChart's indicators had axes tooltips and cursor horizontal line hardcoded with forceHidden: true. It was moved to a default theme, so now you can enable them using custom theme.Released: Jan 23, 2025
useSelectionExtremes (added in 5.10.11) was not working with vertical ValueAxis.addChildData() of a Hierarchy was used with topLevel = 0, newly added nodes were invisible.DateFormatter was not considering daylight savings of the timezone when formatting timezone offset related codes.Root timezone was set and series were using hourly (or more granular) data, items could be placed incorrectly at the daylight-savings switch.Released: Jan 13, 2025
useSelectionExtremes has been added to XYSeries (default: false). If set to true series will use selection extremes when calculating min and max values of the axis scale. Useful for stacked series.fontSize on an HTML Label, will now assume a "px" value instead of ignoring it altogether.DateRangeSelector control on StockChart was not working correctly when Root had UTC enabled.Released: Dec 30, 2024
Released: Dec 20, 2024
Released: Nov 21, 2024
lineCap (default "butt") setting to Graphics. This allows specifying how line ends should be drawn. Possible values: "butt" (default), "round", "square".clickAnnounceText setting to Sprite. If set it will announce the text when focused element is triggered with a press of ENTER or SPACE.Released: Oct 12, 2024
Root element could result in a "Template is disposed" error.Released: Oct 11, 2024
hideDrawingGrips setting (default: false) has been added to StockChart. If set to true, grips of drawings will be hidden when not in drawing mode.toggleDrawing(enabled: boolean) method has been added to StockChart. Toggles drawing mode on or off.autoOpenSettings setting (default: true) has been added to Indicator. If set to false, a settings modal will not pop up automatically when the indicator is added to chart via indicator control.StockChart are no longer...Released: Sep 6, 2024
StockChart drawing tool.scrollToChild() method to Container. Scrolls the container to the target child element if the container is scrollable and the element is currently outside of view.StockChart is unselected by clicking on a chart's plot area the new drawing will not be added anymore.Released: Aug 30, 2024
showTooltipOn: "click" elements will now toggle tooltip, rather than keep it open."Horizontal Line" and "Horizontal Ray" lines now allow for longer overzoom / X-axis scope.GaplessDateAxis could sometimes become too wide.