amCharts 5: Stock Chart
Analytical tools for displaying financial/stock and other time-based data.
Published by amCharts
Distributed by ComponentSource since 2019
Prices from: R$ 894 Version: 5.x NEW Updated: Apr 7, 2026
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 scale of an element, compounded based on scale of its own and all of its ancestors.am5.getRootById(id) Net global function, which returns Root instance stored in a <div> with specific ID.StockPanel events: moved, closed, collapsed, and expanded.Entity methods: off(key, callback?) and offPrivate(key, callback?). They allow you to remove setting/private setting value change events set via on()/onPrivate().erasingEnabled StockChart setting. If set to true, the chart will go into "eraser" mode - same as clicking on an Eraser tool in stock toolbar.scale. (Scale calculated all the way its ancestor tree).StockChart will now restore "selection mode" after briefly turning it off while drawing is being drawn.width or height was set, but not both.StockChart was resulting in an error if there was no DrawingControl present in a chart's toolbar.StockChart's eraser tool was not working properly since 5.9.1.StockPanel was added to a zoomed StockChart it would not sync its zoom and would appear fully zoomed out.