[4.9.12] - 2020-03-26
Added
- New mouse cursor style added:
am4core.MouseCursorStyle.text
. - Export
formatOptions
now accessible via public property, e.g.chart.exporting.formatOptions.getKey("csv").disabled = true
.
Changed
- Using date format
"i"
to parse ISO dates now supports unlimited number of milliseconds. It was failing before if more than three digits were used for milliseconds.
Fixed
- If
Label
had its interactions disabled then re-enabled, itsselectable
property was being ignored. Modal
withclosable = false
could still be closed via curtain click.openModal()
ignored title (second parameter).- Pushing child elements in
Label
which hastextValign
set was resulting in error. cursor.snapToSeries
was not working properly withCategoryAxis
.- Firefox was not measuring labels properly if a chart was lazy-loaded using
onlyShowOnViewport
.