ArrayCollection refresh bug
This is a funky bug. I have an ArrayCollection as the dataProvider for a ColumnChart; when I change the data values within the ArrayCollection, the chart fails to update to display the new values. The workaround is easy enough: call ArrayCollection.refresh();. It’s a pretty basic bug though; Adobe really should get it fixed.
