[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.