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
] Flex line chart I want to create a line chart in Flex. I know how to create a simple one but the one I need to create needs to have 6 series (lines). The problem is that when I get the data from MYSQL, there is 6 xFields (one for each line) that are the same. eg. Western Cape - January

[flexcoders] Flex line chart

2011-09-12 Thread chinwesley
I want to create a line chart in Flex. I know how to create a simple one but the one I need to create needs to have 6 series (lines). The problem is that when I get the data from MYSQL, there is 6 xFields (one for each line) that are the same. eg. Western Cape - January, Western Cape -

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