You did press the button? It's pressing the button that takes 5 seconds to initialise the axis.
In the main application with the 4 charts it was taking 30 seconds when the interval was 0.1. In the test application pressing the button takes 5 seconds for the axis to update. Removing the setting of .interval (and changing the maximum so we can see a change) makes it instant. Did find this logged issue which seemed appropriate https://issues.apache.org/jira/browse/FLEX-31587 <https://issues.apache.org/jira/browse/FLEX-31587> However, setting the min and max doesn't resolve it. Removing the interval does. Removing the interval and letting the SDK work it out reduces the Maurice Amsellem wrote > I have tested the code your provided with SDK 4.6 and linearAxis.interval > = 0.1; > And it's not 30s or 5s, it's instant. > > PC: Window7, core I7 2.1Ghz, flash player 11. > > Do you confirm the same example on your side takes 30s, or is it the main > app with 4 charts ? > > Maurice -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Patching-Flex-4-6-SDK-chart-functionality-tp5527p5621.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
