amCharts 5: Stock Chart Releases

Released: Apr 26, 2024

Updates in 5.9.4

Fixes

  • StockChart with VolumeProfile indicator was snapping scrollbar's left grip to the start.
  • Logarithmic axis was not showing labels less than 10e-5.
  • Treemap's labels would sometimes not adjust its size (usually with a lot of data).

Released: Apr 23, 2024

Updates in 5.9.3

Features

  • Added the ability to add bullets to links in a linked hierarchy chart, like Force-directed and Tree.
  • Added a new 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.

Fixes

  • Resize bubbles on StockChart's drawings were sometimes...

Released: Apr 17, 2024

Updates in 5.9.2

Features

  • Accessibility: Added two new 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.
  • Accessibility: Added a new Label method: getAccessibleText(). It returns populated arialLabel text if set, or regular text content.
  • Added a new Sprite method: compositeScale(). It returns the...

Released: Apr 10, 2024

Updates in 5.9.1

Features

  • A new control in 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.
  • Added a new StockChart setting: drawingSelectionEnabled (default: false). If set to true, all drawings will be selectable by clicking on them.
  • Bundled XLSX library code has been...

Released: Apr 9, 2024

Updates in 5.9.0

Features

  • zoomToDataItems(dataItems, rotate) method has been added to MapPolygonSeries.
  • Bigger hit circle has been added to Stock charts drawings bullets, which becomes visible when hovered.
  • A public method markDirtyKey() has been added, which can be used to trigger an adapter.
  • A "Reset to default" link has been added to StockChart's settings modal.
  • New StockChart/DrawingSeries methods have been added related to drawing selection: selectDrawing(id, keepSelection), unselectDrawing(id...

Released: Mar 25, 2024

Updates in 5.8.7

Fixes

  • If a Label with background was hidden due to oversizedBehavior rule, the background was still visible.
  • Moving XYCursor with keyboard were not always properly updating adapter-populated tooltips.
  • HTML-based tooltips were not being updated properly in some cases.
  • Labels of a zero-value slices on a Venn diagram will not be displayed anymore.
  • Sankey links were ignoring dx and dy settings set on nodes.
  • A JS error could occur when loading on-demand data in some specific cases.
  • Series range...

Released: Mar 20, 2024

Updates in 5.8.6

Fixes

  • pancancelled event of an XYChart was not being fired in some cases.
  • When old series were removed from an 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.
  • If a 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

Updates in 5.8.5

Features

  • forceHidden (default: false) setting has been added to StockControl, which enables forcing some StockChart controls to be always hidden.
  • New DateRangeSelector event has been added: "rangeselected".
  • New PeriodSelector event has been added: "periodselected".

Fixes

  • A JavaScript error was being triggered if a Picture was disposed before external image was finished loading (since 5.8.3).
  • Inputs in DateRangeSelector were ignoring Root's timezone and utc settings.
  • Thicker stroke...

Released: Feb 22, 2024

Updates in 5.8.4

Features

  • Added a new 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.
  • All DrawingSeries will now add a unique drawingId to all drawing data.
  • Stock indicators have been adjusted so that they could handle data with negative values, 0 volume values and...

Released: Feb 19, 2024

Updates in 5.8.3

Fixes

  • 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).