Releases: amcharts/amcharts4
Releases · amcharts/amcharts4
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.
4.10.29
[4.10.29] - 2022-10-11
Changed
- Panning an
XYChart
with aCategoryAxis
using mouse wheel will snap to categories so that after the pan full axis cell at the beginning and end of the axis will be visible.
4.10.28
[4.10.28] - 2022-09-19
Added
"p"
number formatting modifier added. Works the same way as"%"
except it treats numbers as absolute values and does not multiply them by 100.
Changed
"%"
number formatting modifier will now consider locale when choosing whether percent sign goes before or after the number. At this moment onlytr_TR
(Turkish) locale is placing percent sign before number.
Fixed
- Pressing ENTER while
PieSeries
was focused would not toggle it. SankeyLink
middle line was not drawn in it was a straight line.- Legend's scrollbar was not adjusting thumb size if the div of a chart changed its height.
4.10.27
[4.10.27] - 2022-08-18
Added
- Slovak locale/translation.
Changed
- All D3 libraries are updated to the latest version.
Fixed
- Fixed degrading performance with updating data on data-heavy charts with Responsive enabled.
- "Week of year" was not being calculated properly for the tunr-of-the-year week in some cases.
- Vertical
ValueAxis
was not respectingmaxZoomFactor
. - Changes to
strokeOpacity
onPercentSeries
elements were not propagating to legend marker.
4.10.26
[4.10.26] - 2022-07-09
Fixed
- Setting
html
on aLabel
, then resetting it, was leaving the old content. - Updating HTML label's
fill
was not updating the color of the actual label right away. SliceGroper
plugin will now handle negative values correctly.
4.10.25
[4.10.25] - 2022-04-19
Added
baseValue
added toForceDirectedSeries
(default:0
). Used for calculating node radius.
Fixed
focusFilter
property was not being cloned.- Setting
tabindex
to a negative value was not working properly.
4.10.24
[4.10.24] - 2022-02-14
Changed
- When auto-wrapping labels, text will no longer break on dots to prevent fractional numbers from wrapping.
Fixed
- Multiple square bracket and apostrophe escaping was not working properly.
4.10.23
[4.10.23] - 2021-11-25
Added
- New
NumberFormatter
setting:forceLTR
. If set totrue
will force all numbers to be formatted as LTR, even if RTL is enabled.
Changed
- Using minified version of
xlsx
library for XLSX exports.
Fixed
- If chart queuing was enabled and chart was disposed quickly before it had a chance to initialize, it was resulting in a critical error.
- In some cases (after programmatic hover) tapping on a touch device could produce an error in
MapChart
. - JSON config: in some cases items in
children
were not being created. - Mouse wheel zooming was not working properly in recent versions of Firefox.
- Fixing security vulnerability (
CVE-2021-3807
) withvenn.js
dependency. - Tweaking hover styles for
ExportMenu
CSS so they do not get invoked unless hovered on chart's container. - Reader labels were not being updated on Scrollbar elements when data in chart was updated.
Annotation
plugin will now not go into edit mode afterdata
is set.- In some cases wrapped and center-aligned axis labels could get a bit offset.
- In some cases toggling series on and off was not updating related value axis scale on lazy-loaded charts.
4.10.22
[4.10.22] - 2021-08-20
Changed
package.json
for ES2015 package was properly updated with new version dependencies.
Fixed
- Another issue with label text with a lot of in-line formatting not wrapping properly fixed.
- ForceDirectedTree was not updating label
maxWidth
on zoom. - Legend's
position = "absolute"
was not working.
4.10.21
[4.10.21] - 2021-08-08
Added
- Export: new setting in CSV options:
addBOM
(defaulttrue
).
Changed
userClassName
now supports multiple class names separated by space.- Exporting CSV will now have add BOM code to exported file.
- Upgrading to
pdfmake 0.2.2
to work around security issues in older version. - Upgrading to
xlsx 0.17.0
to work around security issues in older version.
Fixed
- In some cases axis labels could be hidden across multiple data updates.
- Fixed issue with stacked/clustered negative values.
MapChart
now respectshome*
zoom/position with externally loaded geodata.- Sizing/positioning of 3D charts with titles fixed.
- RangeSelector plugin: fixed zoom range resetting issues.
- Issue with inverted radial axis fixed.
- Axis with
snapToSeries
set was snapping to hidden series. - Using timezone was causing
DateAxis
tooltips to show incorrect time in some cases. - Issue with label text with a lot of in-line formatting not wrapping properly fixed.cd dis