Doesn't need any data, requiredVsActualDataProvider is a blank array! private var requiredVsActualDataProvider:Array = [];
I've ruled out actual data being the problem. Can't running the basic profiler as it just crashes because the application is so big....and not set up Scout in a while (last time I remember lots of hassle!) However, saying that I think I've nailed where the problem is! It seems to be if you set the .interval property of the vertical axis to a low value. I've inherited this code and it was being set to 0.1. I see no reason why it needs to be 0.1 so I'm removing it. Promising results so far, going to put all the charts back in and see how long it takes now....(was 30 seconds) -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Patching-Flex-4-6-SDK-chart-functionality-tp5527p5601.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
