thanks Ely for your response. i consider you as the higher authority of the flex charts!
well after a lot of investigations i found out that the problem was the dataprovider. i used XmlList or XML as the dp. when changing it to ArrayCollection all problems were solved. i think its a bug but i let you check it. if u need a code example let me know. thanks! vigen --- In [email protected], "Ely Greenfield" <[EMAIL PROTECTED]> wrote: > > > > > That's not a bug, but as designed. All series types filter their values > out against the min/max ranges of the axes before rendering. If you'd > like to disable this behavior...i.e., you are explicitly setting the > min/max values and you don't know if the items will end up inside or > outside the range, you can set the 'filterData' property on the series > to false. > > Ely. > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of vigen2000 > Sent: Saturday, December 09, 2006 11:32 PM > To: [email protected] > Subject: [flexcoders] Re: How to chage BarChart to Stacked BarChart > dynamically? > > > > let me refine the issue. it seems there is a bug with stacked chart > that when the sum of the series is bigger than the max value, it > doesnt show the series. so there are bars with 3 series and bars with > 2 and even 1. > > what is going on? > > anyone? > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> > , "vigen2000" <vigen2000@> wrote: > > > > Hi, > > > > im creating a bar chart dynamically in AS and i need an easy way to > > transform it to stacked chart. i tried the obvious thing > > myChart.type = "stacked" but it doesn't work. also i tried with BarSet > > and it still doesn't work. > > > > any ideas? > > > > thanks in advance! > > >

