-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
It turns out BubbleChart performance is much worse than Caspian particularly on Embedded.
This is caused by a simplification of the CSS to use -fx-opacity rather than the alpha component of the color to create semi-transparent bubbles. This also applies to AreaChart which uses semi-transparent fills.
This is caused by a simplification of the CSS to use -fx-opacity rather than the alpha component of the color to create semi-transparent bubbles. This also applies to AreaChart which uses semi-transparent fills.