eddstar

Members
  • Content count

    1
  • Joined

  • Last visited

About eddstar

  • Rank
    Forum Newbie
  1. 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?