amCharts 5: Stock Chart(英語版)
財務/株式およびその他の時間ベースのデータを表示するための分析ツール
amCharts 社の製品
2019 年より日本国内にてComponentSourceで販売中。
価格:¥ 37,400 (税込)〜 バージョン: 5.x 新機能 更新日: Apr 7, 2026
Released: May 7, 2024
ValueAxis could go into infinite loop under the following conditions: max was set to a value which was smaller than a calculated minimum of the axis when strictMinMax set to true.Released: May 7, 2024
EditableLable setting: multiline (default: true). If set to false it will only allow the label to be edited on a single line.hsvToHsl() and hslToHsv() color conversion functions have been added to am5.utils namespace.XYCursor now have their role set to "slider" by default.EditableLabel now supports maxWidth and oversizedBehavior settings.EditableLabel will now reset all available styles that might come from page...Released: May 2, 2024
DrawingControl setting: scrollable (default: false). If set to true will restrict tool list to the height of the target chart.Sprite method: compositeRotation(). It returns element's rotation in degrees, taking into account all of its ancestors.EditableLabel element.scrollable: false on the DrawingControl.Released: Apr 26, 2024
StockChart with VolumeProfile indicator was snapping scrollbar's left grip to the start.Treemap's labels would sometimes not adjust its size (usually with a lot of data).Released: Apr 23, 2024
IndicatorControl method: clearIndicators(), which allows clearing all indicators from the chart at once.StockChart will now automatically disable select mode when exiting drawing mode.XYChart background fill color and opacity have been moved to a default theme, so that it can be overridden by custom themes.StockChart's drawings were sometimes disabled...Released: Apr 17, 2024
Tooltip settings: readerAnnounce (boolean, default: false) and labelAriaLabel. If readerAnnounce is set to true, tooltip's contents (labelAriaLabel if set, or regular label text) will be read out by screen readers when tooltip is shown or its data item changes.Label method: getAccessibleText(). It returns populated arialLabel text if set, or regular text content.Sprite method: compositeScale(). It returns the actual...Released: Apr 10, 2024
StockChart's drawing toolbar has been added: "Select". Allows toggling "selection" mode on and off. When it's on, clicking on any existing drawing will select it. Otherwise drawing will be initiated using currently selected tool. This allows drawing over existing drawings. Default: off.StockChart setting: drawingSelectionEnabled (default: false). If set to true, all drawings will be selectable by clicking on them.XLSX library code has been updated to...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.