It does not look like anything has been done. It seems like the fix should be relatively easy. Why don’t you try and see if you can fix it?
Harbs On Nov 11, 2015, at 7:57 AM, Deepak MS <[email protected]> wrote: > Hi there, > I have a columnchart with columseries and a list which displays type of > chart to be shown(stacked or clustered (side by side)). > > By default, the type will be stacked and column widths are shown properly > like this: > http://pasteboard.co/237eS7kY.png > > Next when I change the type to 'clustered'(side by side), column widths are > narrowed(as expected) like this: > http://pasteboard.co/237i5lrx.png > > But now, if I got back to stacked type, column widths are retained from > previous type which is clustered and widths are too narrow: > http://pasteboard.co/237ljVR1.png > > I have binded the ColumnChart's type like this: > type={listSeriesType.selectedItem.chartTypeCode}, which will just toggle > the type to 'stacked' or 'clustered' > > How can I adjust the width back when I change the type to stacked? > > It's the same issue which is logged here: > https://issues.apache.org/jira/browse/FLEX-31849 > > Last comment there was from Justin in August 2013. Any ideas if any thing > has changed since then and if there is something else that I can try to > make it work? > > I checked out the workaround in the comment there, but not sure if that > would fit my need as I am not using any columnset in my code. > > I'm using 4.14.1 FP 17 AIR 18 > > -Thanks.
