That only happens it you are explicitly setting the scale for the
charts.  So if you just let flex adjust the scale to the data you'll
be fine.  If you need to control the scale, you'll have to recalc the
max value based on the height of the largest stack.

--- In [email protected], "vigen2000" <[EMAIL PROTECTED]> wrote:
>
> 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], "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!
> >
>


Reply via email to