How to implement a SeriesInterpolate effect for a new Flash charting library?
I'm working with a hot new open-source Flash data visualization library (http://www.axiis.org) It doesn't (yet) have a series interpolation effect, like the Adobe Flash Charting library does. Can anyone point me at anything that would help me understand how to do it? I gather it involves applying a tween effect between the old-data sp...