Skip to content

Releases: amcharts/amcharts5

5.13.4

23 Jul 12:24
Compare
Choose a tag to compare

[5.13.4] - 2025-07-23

Added

  • contentWidth() and contentHeight() methods added to Container.

Changed

  • Removed stroke color selector from Fibonacci drawing tool.

Fixed

  • Logarithmic ValueAxis was showing grid at wrong intervals in some cases.
  • HTML labels were not being displayed if autoResize was set to false on a Root.
  • Resetting Label's oevrsizedBehavior to "none" would not reset the label visibility/scale if it was already affected via previous setting like "hide" or "fit".
  • Fixed 100% stacked area chart with all values of the same date/category equal to 0.
  • drawingSelectionEnabled was being ignored if initially set on a StockChart.
  • GridLayout used height of the highest cell for all other cells which went after it.
  • Vertically stacked multiple ValueAxis could crash the chart if ChartCursor behavior was set zoomXY.

5.13.3

07 Jun 08:32
Compare
Choose a tag to compare

[5.13.3] - 2025-06-07

Fixed

  • drawingsUpdated event was fired each time the chart was scrolled.

5.13.2

06 Jun 08:08
Compare
Choose a tag to compare

[5.13.2] - 2025-06-06

Added

  • Event added to SettingsModal: initstarted. Use it to modify settings contents. More info.

Changed

  • StockChart's "Label" and "Callout" drawings now are draggable/selectable right after creation without the select tool.

Fixed

  • Added SuperTrend to serializable class list.
  • StockChart's drawing selection rectangle sometimes remained visible when drawing mode was turned off.

5.13.1

05 Jun 16:12
Compare
Choose a tag to compare

[5.13.1] - 2025-06-05

Fixed

  • Logarithmic ValueAxis was not showing grid at proper intervals in some cases (since 5.13.0).

5.13.0

05 Jun 07:54
Compare
Choose a tag to compare

[5.13.0] - 2025-06-05

Added

  • exactLocationX and exactLocationY added to XYSeries. If this is set to true, data items will ignore locationX/locationY setting but will place the data point at exact X/Y value. This will work only with DateAxis. If used on a ColumnSeries/CandlestickSeries it will affect its bullets only.
  • autoHidePanelControls added to StockChart.
  • containStroke added to Rectangle. If this is set to true, rectangle will be drawn in such a way that its stroke is contained within the rectangle's width and height. Useful if you have thicker strokeWidth for ColumnSeries.
  • Super Trend indicator added to StockChart.
  • getFillGradientFromSprite setting added to Tooltip (default: false).

Fixed

  • Fixed unserialized drawings like doodles looking jagged (setitng exactLocationX to true by default on all drawings).
  • Improved step calculation on a logarithmic ValueAxis.
  • Treemap was not showing pointer cursor on active nodes.
  • IndicatorControl no longer will insert a custom indicator created in its callback into StockChart's indicator list if it was already inserted in the callback.

5.12.3

30 May 08:06
Compare
Choose a tag to compare

[5.12.3] - 2025-05-30

Added

  • New setting on DateRangeSelector: allowInput (default: true). If set to false, date inputs will be disabled, but the dates will be selectable using arrow keys.
  • categoryToPosition() method added to CategoryAxis.

Fixed

  • With strictMinMax set to true the zoom out button was sometimes visible on initial chart load.
  • Focusable bullets will no longer be focusable in legend's markers.
  • After removing comaprison series with a separate ValueAxis from StockChart white space was not being removed.
  • Changing stroke/fill on a ColumnSeries via StockChart's settings modal was being ignored.

5.12.2

09 May 09:05
Compare
Choose a tag to compare

[5.12.2] - 2025-05-09

Fixed

  • The tooltips on an XYChart would not get re-arranged if pointer was being moved moved slowly into chart area and stopped.
  • Restored labels and callouts of a StockChart were initially dragable even when not in drawing mode.
  • Resize tool was not hidden when exiting drawing mode on a StockChart.
  • If data grouping on was enabled on a DateAxis and new data was set while the chart was being scrolled, it might show some ghost bullets in the plot area.

5.12.1

14 Apr 07:27
Compare
Choose a tag to compare

[5.12.1] - 2025-04-14

Fixed

  • SerpentineChart could be displayed incorrectly if chart was very wide/tall and level count was small.
  • CurveChart would not adjust all of its elements after resize.

5.12.0

12 Apr 08:58
Compare
Choose a tag to compare

[5.12.0] - 2025-04-12

Added

  • Timeline chart type family added: CurveChart, SerpentineChart, SpiralChart. More info.

Changed

  • Using swap() method on a ListDispose will not longer auto-dispose items being swapped, even if autoDispose = true.

Fixed

  • "drawingsupdated" event of StockChart was being dispatched when drawing was selected. (wasn't exactly fixed in 5.11.3)

5.11.3

09 Apr 13:04
Compare
Choose a tag to compare

[5.11.3] - 2025-04-09

Added

  • A "text" field type support added to custom Indicator's _editableSettings. More info.

Fixed

  • "frameended" event would trigger indefinitely when a Sprite with tooltipPosition: "pointer" was being hovered, even if cursor was not moving.
  • Changing series type on a StockChart would result in X-axis tooltip not to show date (since 5.11.2).
  • "drawingsupdated" event of StockChart was being dispatched when drawing was selected.