You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.