- 1
- 2
- 3
- 4
- 5
//reassign the dataprovider in order to trigger chart update
var tempArrayColl:ArrayCollection = new ArrayCollection();
tempArrayColl.addAll(costChartDataProvider);
costChartDataProvider.removeAll();
costChartDataProvider.addAll(tempArrayColl);
Комментарии (2) RSS
Добавить комментарий