--- In [email protected], john fisher <[EMAIL PROTECTED]> wrote:
>
> Good morning in PDT, and thanks for being here.
> Me: new to AS & Flex, building a Linux-based dashboard, using
> Flexbuilder alpha for Linux in Eclipse
> ( this does not have all features compared to Windows and OSX I 
believe,
> and may be buggy)
> 
> *Problem:* I've been given an XML schema for incoming data thats
> complex, and well, may not be optimum. :)
> When I follow the tutorials using simple data,
> <data>
>     <item>
>         <eth>eth0</eth>
>         <packets>1234</packets>
>         <bps>3005</bps>
>     </item>
>     <item>
>         <eth>eth1</eth>
>         <packets>517</packets>
>        <bps>4335</bps>
>     </item>
>  ...
> </data>
> 
> I am able to get a dynamic bar chart that responds to changes in 
number
> of members of the "data" array of elements. But my real data is 
complex
> ( see below) and it appears to me that the dataFunc to chart series
> dataprovider connection, which understands simple arrays, gets 
confused
> with complex arrays.
> 
> *What I get thats wrong:*

You might find this useful 
http://flexdiary.blogspot.com/2008/08/charting-example.html

HTH;

Amy

Reply via email to