I have a value List. Now I'd like to draw the Bar Chart using JFreeChart. I hope to display one value at each time on the Bar Chart, and after for example 30ms, display the next value, continue... until the last value of the List. I hope to have an animation effect of different length of the Bar at each time.
I'd like to know how to implement this kind of animation effect? Thanks a lot for your help.