Releases: amcharts/amcharts5
Releases · amcharts/amcharts5
5.13.4
[5.13.4] - 2025-07-23
Added
contentWidth()
andcontentHeight()
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 tofalse
on aRoot
. - Resetting
Label
'soevrsizedBehavior
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 aStockChart
.GridLayout
used height of the highest cell for all other cells which went after it.- Vertically stacked multiple
ValueAxis
could crash the chart ifChartCursor
behavior was setzoomXY
.
5.13.3
[5.13.3] - 2025-06-07
Fixed
drawingsUpdated
event was fired each time the chart was scrolled.
5.13.2
[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
[5.13.1] - 2025-06-05
Fixed
- Logarithmic
ValueAxis
was not showing grid at proper intervals in some cases (since5.13.0
).
5.13.0
[5.13.0] - 2025-06-05
Added
exactLocationX
andexactLocationY
added toXYSeries
. If this is set totrue
, data items will ignorelocationX
/locationY
setting but will place the data point at exact X/Y value. This will work only withDateAxis
. If used on aColumnSeries
/CandlestickSeries
it will affect its bullets only.autoHidePanelControls
added toStockChart
.containStroke
added toRectangle
. If this is set totrue
, rectangle will be drawn in such a way that its stroke is contained within the rectangle's width and height. Useful if you have thickerstrokeWidth
forColumnSeries
.- Super Trend indicator added to
StockChart
. getFillGradientFromSprite
setting added toTooltip
(default:false
).
Fixed
- Fixed unserialized drawings like doodles looking jagged (setitng
exactLocationX
totrue
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 intoStockChart
's indicator list if it was already inserted in the callback.
5.12.3
[5.12.3] - 2025-05-30
Added
- New setting on
DateRangeSelector
:allowInput
(default:true
). If set tofalse
, date inputs will be disabled, but the dates will be selectable using arrow keys. categoryToPosition()
method added toCategoryAxis
.
Fixed
- With
strictMinMax
set totrue
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
fromStockChart
white space was not being removed. - Changing stroke/fill on a
ColumnSeries
viaStockChart
's settings modal was being ignored.
5.12.2
[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
[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
[5.12.0] - 2025-04-12
Added
- Timeline chart type family added:
CurveChart
,SerpentineChart
,SpiralChart
. More info.
Changed
- Using
swap()
method on aListDispose
will not longer auto-dispose items being swapped, even ifautoDispose = true
.
Fixed
"drawingsupdated"
event ofStockChart
was being dispatched when drawing was selected. (wasn't exactly fixed in5.11.3
)
5.11.3
[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 aSprite
withtooltipPosition: "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 (since5.11.2
). "drawingsupdated"
event ofStockChart
was being dispatched when drawing was selected.