[flexcoders] Re: Runaway series effect on line chart

2008-12-22 Thread Tim Hoff

If you're using series interpolate, you probably only need the showData
effect.

-TH

--- In flexcoders@yahoogroups.com, Richard Rodseth rrods...@...
wrote:

 I'm 99% certain the data is not changing, because I follow a similar
pattern
 for all my chart modules, and because the chart does not continually
update
 without the effects (even when hitting a mock service with random
data).

 If no one else has seen this, I might have to forego the effect for
now, but
 I'll try to create a test case when I have time.

 The chart does have two vertical axes and three line series, so it's
more
 complex than the category chart I tweaked.

 On Thu, Dec 18, 2008 at 3:24 PM, Tim Hoff timh...@... wrote:

 
  What's going on when you set the data; a loop perhaps?
 
  -TH
 
  --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
Richard
  Rodseth rrodseth@
  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?
  
 
 
 






[flexcoders] Re: Runaway series effect on line chart

2008-12-19 Thread benjidudu
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?





Re: [flexcoders] Re: Runaway series effect on line chart

2008-12-19 Thread Richard Rodseth
Thanks for the confirmation. Disappointing.

On Fri, Dec 19, 2008 at 12:26 AM, benjidudu 
benjamin.du...@janusmediasoft.com wrote:

   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 flexcoders%40yahoogroups.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?
 

  



Re: [flexcoders] Re: Runaway series effect on line chart

2008-12-19 Thread Richard Rodseth
In the course of creating a test case, I found that I could create a
three-series-two-axis line chart with working effects, except that the axis
titles flicker constantly. Of course this makes the effect unusable, unless
there is a workaround. I wrote up a bug here:

https://bugs.adobe.com/jira/browse/FLEXDMV-1974

Oddly enough, the chart in my application is also working now, with the
exception of the above-mentioned title flicker.

On Fri, Dec 19, 2008 at 9:56 AM, Richard Rodseth rrods...@gmail.com wrote:

 Thanks for the confirmation. Disappointing.

 On Fri, Dec 19, 2008 at 12:26 AM, benjidudu 
 benjamin.du...@janusmediasoft.com wrote:

   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 flexcoders%40yahoogroups.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?
 

  





[flexcoders] Re: Runaway series effect on line chart

2008-12-18 Thread Tim Hoff

What's going on when you set the data; a loop perhaps?

-TH

--- 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?






Re: [flexcoders] Re: Runaway series effect on line chart

2008-12-18 Thread Richard Rodseth
I'm 99% certain the data is not changing, because I follow a similar pattern
for all my chart modules, and because the chart does not continually update
without the effects (even when hitting a mock service with random data).

If no one else has seen this, I might have to forego the effect for now, but
I'll try to create a test case when I have time.

The chart does have two vertical axes and three line series, so it's more
complex than the category chart I tweaked.

On Thu, Dec 18, 2008 at 3:24 PM, Tim Hoff timh...@aol.com wrote:


 What's going on when you set the data; a loop perhaps?

 -TH

 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.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?