[4.9.11] - 2020-03-24
Added
- Export: Added
disabled
property to all format options so you can disable each particular export format easily, e.g.:chart.exporting.getFormatOptions("csv").disabled = true
. - New property on all
Sprite
elements:userClassName
. If set, will also set element'sclass
accordingly. Works directly, and viapropertyFields
.
Fixed
- Fixed error with Angular Server Side Rendering (Angular Universal).
- Accessibility: minor role issue fixed for items in
ExportMenu
. - It was impossible to change heat rule's min and max values after the rule was added.
- Changing category of axisRange after it was alrady added to axis was not working.