[4.9.27] - 2020-06-18
Added
ExportMenu
item definition can now havetitle
property. If set, it will be added to item'stitle
property, which should show a system tooltip on hover.
Changed
- Hex color parser now supports RGBA format which includes alpha value, e.g.
"#FF000080"
will produce a 50% transparent red.
Fixed
- Fixed performance issue with a logarithmic
ValueAxis
withstrictMinMax
set totrue
. - Calculated value of
sum
in the selection of anXYChart
could include one extra data item, not visible in the selection. - Pie slices with 0 values were sorted incorrectly in FF.