[flexcoders] Re: Bubble Charts (size of the bubble)

2007-04-12 Thread simonjpalmer
do you have the same set of bubbles visible after your slider "magnification" as before? The default bubbleseries sizes the bubbles *that are displayed* relative to one another based on the radius field (the series has a display list that it uses for sizing). If you add or remove bubbles the

[flexcoders] Re: Bubble Charts (size of the bubble)

2007-04-12 Thread gaurav1146
What you say seems fine that the size of bubbles should change based on the data set that is displayed. But the problem is that the size of all the bubbles that are on display after the slide do not change. Lets say if initially 6 bubbles were displayed on the chart and after the slide motion only

[flexcoders] Re: Bubble Charts (size of the bubble)

2007-04-12 Thread simonjpalmer
I think it would be illuminating for you to set a breakpoint in the updateTransform method of the BubbleSeries class and check out what flex is doing with renderData.filteredCache. This is what it uses to compute the bubble sizes. You are right, there is no min bubble size, and the basic transfor

[flexcoders] Re: Bubble Charts (size of the bubble)

2007-04-12 Thread gaurav1146
Please mail me the overloaded bubble series class. My email address is gaurav1146 at yahoo.com TIA Gaurav --- In [EMAIL PROTECTED], "simonjpalmer" <[EMAIL PROTECTED]> wrote: > > I think it would be illuminating for you to set a breakpoint in the > updateTransform method of the BubbleSeries class

[flexcoders] Re: Bubble Charts (size of the bubble)

2007-04-15 Thread simonjpalmer
check your yahoo account --- In [EMAIL PROTECTED], "gaurav1146" <[EMAIL PROTECTED]> wrote: > > Please mail me the overloaded bubble series class. My email address is > gaurav1146 at yahoo.com > TIA > Gaurav > > --- In [EMAIL PROTECTED], "simonjpalmer" > wrote: > > > > I think it would be illumi

[flexcoders] Re: Bubble Charts (size of the bubble)

2007-04-16 Thread gaurav1146
Thanks a ton. Regards, Gaurav Singh --- In flexcoders@yahoogroups.com, "simonjpalmer" <[EMAIL PROTECTED]> wrote: > > check your yahoo account > > --- In flexcoders@yahoogroups.com, "gaurav1146" wrote: > > > > Please mail me the overloaded bubble series class. My email address is > > gaurav1146 a