Hi,

  I guess that since arrays are having some duplicated data, you may not
able to see them. just get ride of duplication and try.

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}
]

Thanks
Oviyan

On Sat, Sep 25, 2010 at 5:22 PM, nithya flex <[email protected]> wrote:

> Are you specifying xFiled and YField values for series.  if not do it.
>
> if you share code for this it will be very easy to understand your problem.
> try to share your code to the groups.
>
>
>
> 2010/9/25 Endel Guimarães Silva <[email protected]>
>
> 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]<flex_india%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/flex_india?hl=en.
>>
>
>  --
> 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]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>



-- 
Regards,
Oviyan

Blog     :  http://www.oviyas.blogspot.com/
contact :  +91 - 91762 72633

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