[4.10.3] - 2020-09-19
Added
- RangeSelector plugin: a new event
periodselected
added toDateAxisRangeSelector
. DateFormatter
now supports quarter format (code:"q"
).
Changed
- More prompt translations to Indonesian locale (
id_ID
).
Fixed
- JSON config: Some axis'
title
property was being overwritten if it wasn't last option in the properties list. - SliceGrouper plugin was sometimes not functioning properly when used with
options.queue = true
. - Scrollable legend was not resetting back to top if its height changed.
TreeMap
withbinaryTree
algorithm was producing a JS error if no initial data was set on chart.- If data grouping on
DateAxis
was enabled and there were more than one series in the chart, the second and other series were rendered with data ungrouped in the background before rendering them correctly and thiswas causing performance issues. - Vertical
CurvedColumnSeries
with non-inversedCategoryAxi
s were not positioned properly.