Hi Richard, I think the issue is that your items are getting filtered out because, the min and max values calculated for the horizontal axis is getting bad. I would set the maximum and minimum explicitly as a workaround and I think you've already reported this as a bug, so it should be on track to get fixed.
For example, I used this as the max and min for both horizontal axes on your
sample, it worked.
minimum="{new Date('12/31/2007')}" maximum="{new Date('02/03/2008')}"
Thanks
-Sunil
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Richard
Rodseth
Sent: Tuesday, June 17, 2008 11:25 PM
To: [email protected]
Subject: Re: [flexcoders] ColumnSet vs Multiple axes
I sent code to Sunil and Sangavi demonstrating the bug.
Now I'm looking for a workaround.
If two ColumnSeries (different date axes) are displayed at the same location,
I would like to be able to see both columns clearly, eg. through
stroke/fill/alpha choices or by offsetting them somehow to simulate a cluster.
Say the colors are red and green. With a low alpha value and red and green
strokes, I can at least ensure that there's a visible red or green line at the
top of the column, but one of the columns is always on top in the z-order,
regardless of column height. Perhaps a pair of custom BoxItemRenderers that
halve the box?
Any other ideas? Thanks.
On Sun, Jun 1, 2008 at 11:28 PM, Sunil Bannur <[EMAIL PROTECTED]<mailto:[EMAIL
PROTECTED]>> wrote:
Can you send a snippet of your code or screenshot for more help.
Thanks
-Sunil
From: [email protected]<mailto:[email protected]>
[mailto:[email protected]<mailto:[email protected]>] On
Behalf Of Richard Rodseth
Sent: Thursday, May 29, 2008 10:33 PM
To: [email protected]<mailto:[email protected]>
Subject: [flexcoders] ColumnSet vs Multiple axes
I have two column series related to distinct horizontal axes (of type
DateTimeAxis).
If I include the two series without wrapping them in a ColumnSet, the
columns from each series display overlaid on each other.
However, if I wrap them in a ColumnSet of type "clustered", only one
series displays. Has anyone else encountered this?
Thanks in advance.
<<inline: ~WRD000.jpg>>
<<inline: image001.jpg>>
<<inline: image002.jpg>>

