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
Describe the problem
The bubbleProperty on the ChartScatter component is ignored.
How do you reproduce the problem?
Create a ChartScatter instance and set the bubbleProperty, in order to get different-sized bubbles in the scatter plot.
Expected behavior
The bubbleProperty property is not ignored and all bubbles are of the same size.
Is this issue blocking you?
There is no workaround.
What is your product and what release date are you targeting?
It was Proof of Concept for my ShiftWeek project, but it'll affect everyone who wants to use the ScatterPlot with a custom bubbleProperty.
Describe the problem
The
bubbleProperty
on theChartScatter
component is ignored.How do you reproduce the problem?
Create a
ChartScatter
instance and set thebubbleProperty
, in order to get different-sized bubbles in the scatter plot.Expected behavior
The
bubbleProperty
property is not ignored and all bubbles are of the same size.Is this issue blocking you?
There is no workaround.
What is your product and what release date are you targeting?
It was Proof of Concept for my ShiftWeek project, but it'll affect everyone who wants to use the ScatterPlot with a custom bubbleProperty.
Any other information?
PR: #9282
The text was updated successfully, but these errors were encountered: