Yes, I encountered this.
It was with BarSet and stacked series, like in this example:
<mx:series>
            <mx:BarSet type="clustered">
                <mx:BarSeries xField="revenue" 
                    displayName="Revenue"/>
                <mx:BarSet type="stacked">
                    <mx:BarSeries 
                        xField="costs" 
                        displayName="Recurring Costs"/>
                    <mx:BarSeries 
                        xField="oneTime" 
                        displayName="One-Time Costs"/>
                </mx:BarSet>
            </mx:BarSet>
        </mx:series>
I only could get rid of this problem by doing separate charts or by
removing the effect. It looks like a bug in the charts but I never had
time to post a bug.

Benjamin.


--- In flexcoders@yahoogroups.com, "Richard Rodseth" <rrods...@...> wrote:
>
> I added a SeriesInterpolate effect to a column chart. Spiffy!
> 
> However, when I added showData/hideData effects to one series of a line
> chart, they run constantly like an oscilloscope. Has anyone else
encountered
> this?
>


Reply via email to