Bubble size in the Bubble Chart seems to be set to minimum radius and maximum radius without regard to sizeValueMapper

It looks like when there are only two points in a series, then the values for the bubble size seem to be ignored, and the size of the bubbles are always the minimum radius for the smaller bubble, and the maximum radius for the larger bubble.  The relative values for the bubble metric and the sizeValueMapper don't seem to be taken into account at all.

Is it expected that we should change the minimum radius and the maximum radius based on the values in the series?  Or should we be doing something else?  There's nothing in the documentation about this behavior for Bubble Series.

Thanks!


1 Reply

DP Dharanitharan Palanisamy Syncfusion Team July 22, 2021 03:31 PM UTC

Hi Hersh, 
 
Greetings from the team at Syncfusion. We examined your data and like to say that the bubble radius is determined by several criteria, including size range, radius range, minimum and maximum bubble segment radius, and size value mapper. The size range and radius range are calculated internally based on the difference between the bubble size value mapper ‘s minimum and maximum values and the actual minimum and maximum radii. As a result, in the situation of two bubble points, one is the minimum value and the other is the highest value, causing the computations of the above factor calculations to be the same. So, we suggest changing the minimum and maximum radius for the two points based on the values in the series. Please revert us if you need any further assistance on this. 
 
Thanks, 
Dharanitharan. P 


Loader.
Up arrow icon