I am using an area chart in Flex 4, though I've tried it in other SDKs & get the same result. I have a php call that returns 1 yr's worth of data. All is fine & the data shows up correctly. So far, so good.
I have another that returns 4 months of data but the chart displays it in reverse order. Kind of weird, because I know that the data is in the same order as that for the 1 yr chart because I have a datagrid below that displays the data.
Has anyone experienced that before? What's the solution?