[4.10.13] - 2020-12-18
Added
- Export: PDF export options now support
scale
,minWidth
,minHeight
,maxWidth
, andmaxHeight
options.
Changed
- Setting
ignoreZeroValues = true
onPieSeries
/PyramidSeries
will now hidenull
-value slices, too.
Fixed
- Inserting a new bullet into an initialized Series will now invalidate it cause the new bullet to appear immediately.
- Using
timezone
might shift axis label values by one day in some cases. "i"
input date format was not properly parsing formats with no milliseconds and with timezone offset, e.g. ("...+10:30"
).- Export:
normalizeSVG()
method was producing wrong SVG width/height in output if scale parameter was not being passed in. - RangeSelector plugin: "YTD" pre-defined period was not working properly with some data-grouping setups.