Here's a fiddle. Click the button and see the change. The chart.setSize(null,null)
causes the bubbles to resize, even though the chart's size hasn't changed.
(Note that this is the equivalent to resizing the chart to a different size and setting it back again (I originally detected the issue by restoring maximized window then maximizing again).)
I believe the bubble sizes after the resize are actually the 'correct' size; my actual use of the bubble chart updates the values using point.update()
, which is where I noticed the change, even when figures weren't actually changing. So it would seem the initial render is incorrect?