as simple as that:
does charts have an event that fires whenever its data changes?

it seems that this:
myGrid.addEventListener(CollectionEvent.COLLECTION_CHANGE, test);
will work for DataGrid but not for charts

any idea how to do this with charts?

Reply via email to