Re: [flexcoders] Flex line chart

2011-09-13 Thread John Fletcher
Generally you have to reconstruct the data into an appropriate format for a Flex chart, you can do that server-side or client-side before giving it to the chart. John 2011/9/13 Brendan Meutzner bmeutz...@gmail.com ** I've re-read your post 3 times, and still can't make sense of how your

RE: [flexcoders] Flex line chart

2011-09-13 Thread Bill Brutzman
Wesley What. no middle-ware? How is Flex connecting to MySQL. ColdFusion, PhP, Java? --Bill From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of chinwesley Sent: Monday, September 12, 2011 10:06 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] Flex line chart

2011-09-12 Thread Brendan Meutzner
I've re-read your post 3 times, and still can't make sense of how your data is structured. Is there any way you can post an example of the structure? There's always a way to massage the data to fit into the charting... Brendan On Mon, Sep 12, 2011 at 7:06 AM, chinwesley wesleyc...@hotmail.com