Here is what I did.
private var s2:ArrayCollection = new ArrayCollection( [
{"x": 70, "y": 30, "r":1 },
{"x": 80, "y": 40, "r":1 },
{"x": 90, "y": 50, "r":1 } ]);<mx:BubbleChart id="myChart" height="100%" width="60%" minRadius="3" maxRadius="3" showDataTips="true"> All dots are small and same radius. Good enough for me. On Mon, Oct 13, 2014 at 1:46 PM, OmPrakash Muppirala <[email protected]> wrote: > That depends on your data. They don't necessarily have to be relevant to > one another. > > On Mon, Oct 13, 2014 at 10:57 AM, mark goldin <[email protected]> > wrote: > > > Yes, that looks very promising. One question though. How can I make > bubbles > > with a radius irrelevant to xy values? > > > > Thanks > > > > On Mon, Oct 13, 2014 at 12:26 PM, mark goldin <[email protected]> > > wrote: > > > > > I see, thanks! > > > > > > On Mon, Oct 13, 2014 at 12:19 PM, OmPrakash Muppirala < > > > [email protected]> wrote: > > > > > >> A bubble chart should be good for this. It has x, y and radius to > show > > 3 > > >> dimensional data. You can add another dimension, color to show a 4th > > >> dimension as well. > > >> > > >> Thanks, > > >> Om > > >> > > >> On Mon, Oct 13, 2014 at 9:07 AM, mark goldin <[email protected]> > > >> wrote: > > >> > > >> > I need to plot 3-dimensional (or so I think) data. Each point has 3 > > >> > coordinates, but I need to show it on two dimensional chart. What > > would > > >> a > > >> > good start be? Here is a link to what I am talking about: > > >> > *http://www.deltaxresearch.com/triangle.htm > > >> > <http://www.deltaxresearch.com/triangle.htm>* > > >> > > > >> > Thanks for help > > >> > > > >> > > > > > > > > >
