Hello hello,
I posted in this old thread (http://forum.fusioncharts.com/topic/7124-animation-from-old-to-new-value/page__p__44033#entry44033), but after looking at the forum layout, my question may be more applicable here.
I have a few MSColumn3DLineDY (javascript) charts, and they are working fine. I have them set to animate, which when first rendered looks good, but when I update my data the animation causes the graph to appear to 'redraw'. I am looking for the chart to animate the value *change* (ie. not look like a redraw) - is this possible?
// I am using this to update the datasets in my chart. The values are changing fine, but the animation does not work as I had hoped.
widget.fusion.setJSONData(widget.ChartData);
Thanks in advance!
-Shayla