Skip to content

4.9.27

Compare
Choose a tag to compare
@martynasma martynasma released this 18 Jun 11:25
· 52 commits to master since this release

[4.9.27] - 2020-06-18

Added

  • ExportMenu item definition can now have title property. If set, it will be added to item's title 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 with strictMinMax set to true.
  • Calculated value of sum in the selection of an XYChart could include one extra data item, not visible in the selection.
  • Pie slices with 0 values were sorted incorrectly in FF.