[4.9.25] - 2020-06-06
Added
- Global option
am4core.options.autoDispose
added (defaultfalse
). If set totrue
, when chart is being created in a container that has already existing chart, instead of "Chart was not disposed" warning in console, the chart being overwritten will be disposed. - New plugin: Range Selector. Collection of controls for adding alternative zoom controls for axes.
Changed
- Disabled callbacks will now carry over to a clone when cloning an Adapter.
Fixed
- Export: Sometimes background was improperly clipped when upscaling exported image.
- Export: If chart's
data
was updated openExportMenu
was forcibly being closed. "Z"
and"ZZ"
indicators ininputDateFormat
were being ignored.- If series had
sequencedInterpolation = true
set and it was hidden via legend, its legend item lost disabled color when chart was resized. bullet.locationX
andbullet.locationY
was being ignored on aColumnSeries
withCategoryAxis
.- If a chart's Legend was disposed, it could result in JS errors if chart had an
XYCursor
enabled.