I have a flex chart feed with multiple data sets, and I want to display only one of the data set in one view. So I created multiple buttons to select different data sets. Whenever the user clicks one of the buttons, I adjust the maximum of the vertical axis so that the chart can represent the data normally (i.e. not to display the fluctuation of data that has very small scale, say between 0 ~ 10, in a chart with the maximum of vertical axis being set to 1000).
I want to let the user to notice this change of the vertical maximum when they switch data set. Currently I'm trying to apply the standard effects of flex to the vertical axis renderer (e.g. glow, blur, etc.), but I don't think they are ideal for this scenario.
Could anyone teach me how to animate this transition naturally so that the user would notice the change of the range of data intuitively?
Thanks in advance.
Cheng