amCharts 5: Stock Chart Releases

Released: Oct 11, 2024

Updates in 5.10.6

Features

  • 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.
  • Labels and icons on StockChart are no...

Released: Sep 6, 2024

Updates in 5.10.5

Features

  • Added new "Line Arrow" StockChart drawing tool.
  • Added 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.

Fixes

  • When a selected drawing in a StockChart is unselected by clicking on a chart's plot area the new drawing will not be added anymore.
  • Keyboard-dragging of focusable elements was not working correctly in some cases.
  • Sometimes label/callout drawing text was cut...

Released: Aug 30, 2024

Updates in 5.10.4

Features

  • Multiple clicks (or ENTER presses when focused) on an showTooltipOn: "click" elements will now toggle tooltip, rather than keep it open.

Fixes

  • Accessibility: A focusable element would display tooltip only once on ENTER press with NVDA reader.
  • "Horizontal Line" and "Horizontal Ray" lines now allow for longer overzoom / X-axis scope.
  • Candles on a GaplessDateAxis could sometimes become too wide.

Released: Aug 23, 2024

Updates in 5.10.3

Fixes

  • The chart would not allow overzooming using mouse wheel since 5.10.2. It will now allow overzoom based on axis' maxDeviation setting.

Released: Aug 23, 2024

Updates in 5.10.2

Features

  • panSensitivity has been added to AxisRenderer (default: 1).
  • maxPanOut has been added to ZoomableContainer (default: 0.4).
  • DrawingControl has been added to addLine(tool, panel, point) method. It allows adding line drawings via the API. Supports "Line", "Horizontal Line", "Horizontal Ray", "Vertical Line" tools.

Fixes

  • Fast mouse wheel zooming of stock chart could cause browser to hang in some cases.
  • minBulletDistance of a XYSeries was ignored when base axis was CategoryAxis and other...

Released: Aug 9, 2024

Updates in 5.10.1

Features

  • fillGradient setting has been added to Label.
  • Exporting a PDF will now check image size and will not scale it up to fit page size if it's smaller. It will still scale down the image to fit in the page.

Fixes

  • Memory leak with axis ranges on LineSeries fixed.
  • PieSeries tick was not visible if pie had two equal slices.
  • root.nonce was not being added to all dynamically-loaded stylesheets.
  • A stack overflow could occur when auto-zooming a ValueAxis in some very rare cases.

Released: Jul 22, 2024

Updates in 5.10.0

Features

  • A second parameter (dataContext) has been added to Component's methods pushDataItem and makeDataItem, allowing you to pass in a data context object related to the data item.
  • New class PatternSet has been added. It allows for serving patterns similarly to ColorSet.
  • New setting patterns has been added to Hierarchy, PercentSeries, Venn, SerialChart, and FlowNodes.
  • New setting fillPattern has been added to IFlowNodesDataItem, IHierarchyDataItem, IPercentSeriesDataItem...

Released: Jul 3, 2024

Updates in 5.9.13

Fixes

  • If start and end values of a HeatLegend were the same, the tooltip was shown in the top/left corner of the chart.
  • If a linked hierarchy had bullets on links, they remained visible when nodes and links were hidden.
  • Zoom-out button could be visible initially with some specific setups.
  • ZoomableContainer would not react to pans in some of its sections if its contents were panned outside its bounds.

Released: Jun 12, 2024

Updates in 5.9.12

Features

  • ClusteredPointSeries now re-clusters points only when zoom level changes. This improves performance when panning/rotating the map.

Fixes

  • NumberFormatter would incorrectly round numbers smaller than 0 due to floating point issue in some cases.
  • An error could occur when enabling drawing mode if there were previously disposed chart indicators.
  • Truncated or wrapped labels were not properly sizing underline and line-through decorations.
  • While wheel-zooming both X and Y axes simultaneously...

Released: May 30, 2024

Updates in 5.9.11

Features

  • clusterDelay setting added to ClusteredPointSeries. Setting it to non-zero number will automatically debounce re-clustering of points, helping with performance when there are a lot of data items.
  • ZoomControl buttons will now be automatically disabled when max or min zoom level is reached.

Fixes

  • "Zoom out" button was visible even the chart was not zoomed when selectionStrictMinMax was set to true (you still need to set strictMinMax: true for it to go away).
  • Venn chart could produce JS...