Hello, people!

I have some charts that works with different series: they have the same
fields, but different data and I'm unable to show all data in the same
chart.

An example:

Array 1:
[
{qty:10, year:2001},
{qty:10, year:2002},
{qty:10, year:2003},
{qty:17, year:2004},
{qty:12, year:2005}
]
Array 2:
[
{qty:10, year:1999},
{qty:10, year:2000},
{qty:10, year:2001},
{qty:17, year:2002},
{qty:12, year:2007}
]

As you see, both arrays have the fields *quantity* and *year*. But, some of
the years present in one of the arrays are not in the other. As I display
data under the *year* field, the chart misses some series values.

Any idea of what can I do!?
Thanks in advance

Endel Guimarães Silva
Programador Web/Adobe Flex

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to