Releases: amcharts/amcharts4
Releases · amcharts/amcharts4
4.10.39
4.10.38
[4.10.38] - 2023-08-21
Fixed
- Fixed issue with PDF export.
4.10.37
[4.10.37] - 2023-08-04
Fixed
- Horizontal cylinders in some cases were not being drawn properly.
- Fixed and issue with mutating ES6 module.
4.10.36
[4.10.36] - 2023-05-18
Added
- New locale: Faroese (fo_FO). Thanks Martin Puge.
Changed
- A link object that was created with
linkWith
forForceDirectedNode
is pushed to the child node's data itemschildLinks
array and alsonode.linksWith
list. - Removed
xlsx
package (with vulnerability) from dependencies in favor of a bundled hard copy (version 0.19.3) due to their decision not to publish to NPM. (Issue 4261).
Fixed
- In some cases, when a series was removed from a
SerialChart
it was not disposing one of the listeners and could remain in the memory. - Grip rollover labels of a vertical
Scrollbar
were showing opposite values.
4.10.35
[4.10.35] - 2023-03-21
Fixed
- RTL text was not being truncated correctly.
- Removed chart producing an error on longpress on touch devices in some cases.
- In some cases, when a series was removed from a Serial chart, it was not disposing one of the listeners and could remain in the memory.
4.10.34
[4.10.34] - 2023-02-09
Fixed
- Fixed an accessibility warning
MapChart
. - Bullet positions on a
PieSeries
was sometimes off. - Legend with
scrollable = true
was scrolling even if scrollbar was not visible at that moment.
4.10.33
[4.10.33] - 2023-01-02
Fixed
DateAxis
with data grouping enabled could go into infinite loop of switching between period in some specific data setups.
4.10.32
[4.10.32] - 2022-12-14
Fixed
- Image export was broken in some cases since 4.10.31.
4.10.31
[4.10.31] - 2022-12-13
Fixed
- When exporting chart with external elements (e.g. external legend), export would leave some stray canvas elements in the DOM.
PieSeries
's labels were arranged incorrectly in some cases, ifmaxWidth
andwrap
was set on the label template.
4.10.30
[4.10.30] - 2022-11-14
Changed
- Upgraded
xlsx
package to version 0.18.5.
Fixed
- Stacked series were not being displayed correctly if it was hidden during data update.