zmre

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by zmre

  1. I quite like to see the chart animation where the bars rise or the line starts out flat and then takes shape. I'd like even more to be able to trigger that animation using javascript (for example, on a mouseover event). But the catch is that I don't want to have to refetch the XML from the server. If I reset the dataURL then it will refetch the data and redisplay the animation. But how can I redisplay the animation without refetching the data? Thanks.