Re: [flexcoders] Col chart will not display a single column, need at least two - bug? (Flex 2.01)

2007-02-10 Thread Clint Modien
This is a pretty common problem people run into... When you do an xml get from a service... if you get back 2 or more elements it will be created as an array in AS2/AS3. But when that same service returns one element it will be deserialized as a single AS2/AS3 OBJECT. Import mx.utils.ArrayUtil

[flexcoders] Col chart will not display a single column, need at least two - bug? (Flex 2.01)

2007-02-08 Thread coderdude2
Hi, I'm using a column chart with my application. Works fine when displaying two or more columns, but if the dataProvider contains data for only one column, the column is not displayed. The only way I found to display it is to use a CategoryAxis, but that won't work for me because it skips