<p>Hi,</p><p> </p><p>I noticed that in a bubble chart, the bubble size represents the diameter rather than the area. (I'm on BIRT 2.5.2). For example, a bubble with size 2 has 2 times the diameter than a bubble with size 1, making the first bubble 4 time bigger than the second. Can I make the bubble size represent area instead?</p><p> </p><p>I know I can simply take the square root of the values and feed them as bubble size but at the same time I need the label to display the original values correctly. I found an example that customizes labels with scripts here: <a data-ipb='nomediaparse' href='
http://developer.actuate.com/community/forum/index.php?/topic/19874-customize-series-labels-in-bubble-chart/'>http://developer.actuate.com/community/forum/index.php?/topic/19874-customize-series-labels-in-bubble-chart/</a>. But the problem is, due to my development environment I cannot overwrite any onRender() events in my chart. </p><p> </p><p>Could somebody advise? </p><p> </p><p>Thanks. </p>