amCharts 5: Stock Chart(英語版)
財務/株式およびその他の時間ベースのデータを表示するための分析ツール
amCharts 社の製品
2019 年より日本国内にてComponentSourceで販売中。
価格:¥ 37,400 (税込)〜 バージョン: 5.x 新機能 更新日: Apr 7, 2026
Released: Dec 17, 2023
Serializer setting: fullSettings. It will ignore depth settings for keys listed in fullSettings.StockAxis toolbar control: DataSaveControl. It allows you to automatically or manually save all drawings and indicators to browser's local storage, as well as restore them across sessions.SettingsControl: Auto-save drawings and indicators.SettingsControl: autoSave. It enables users to toggle auto-saving of indicators/drawings via Settings dropdown.DropdownList and DropdownListControl: exclude. It can be set to an array of item IDs that should not appear in the list. Can be used to disable default list items.spriteResizer property in StockChart. It holds an instance of SpriteResizer which is used among drawing tools.zoomable setting has been added to Axis. If set to false, calling axis.zoom() won't do anything, meaning that the axis won't be zoomed with scrollbars, wheel, cursor etc.StockChart will now only sync zoom between X axes that are of the same type as the main axis.SpriteResizer.IndictorControl is now searchable by default (searchable: true).PeriodSelector's buttons were not being reset when chart was zoomed manually.StockChart's control were not being positioned correctly in all cases on a page with RTL direction enabled.StockChart indicators.StockChart, indicator's panel X-axis was out of sync with the main panel's X-axis if the latter's scale was longer to some other series on the main panel.StockChart label drawing tools.GaplessDateAxis was not always including the first date when using axis.zoomToDates(startDate, endDate) method.