Home Forums Chart Support Bubble Charts getting cut Reply To: Bubble Charts getting cut

#25480

Hi Bivek,

Sorry this is an old thread, but facing similar concern. Why don’t we handle this on the charting side ?

> if you want all of your bubbles in full, you’d have to change the minimum and maximum values.

Finding the appropriate delta calls for some logic. E.g.for the above situation, we need to find the maximum bubble radius, multiply that with the pixelValueRatio to get the delta in yAxis/xAxis. Lemme know if I am missing something here.

Was also referring to https://github.com/highcharts/highcharts/blob/master/js/parts-more/BubbleSeries.js#L470

I came by the similar issue when setting markerSize in a lineChart and some of the markers were cutting off at xAxis.Thx!