eddstar Report post Posted October 5, 2007 Hello, I am dynamically refreshing bar charts in a jsp using AJAX My problem is that every time the bar chart is refreshed the column for the data point begins animation from the 0 data point, instead, what I am trying to accomplish is keep the chart column grounded at the 0 point, and start the animation to the next data point from the existing data point. I am trying to looking for seamless animation between datapoints. Anybody know how to achieve this? Share this post Link to post Share on other sites
Pallav Report post Posted October 9, 2007 I'm afraid you cannot do that using FusionCharts, as the bars animate from 0 start internally. Share this post Link to post Share on other sites