reanimation: Animate multiple time with setting property
It would be better if we can set the number of times the graph would animate. This would be most useful in case we have graph placed in heavy loading web page, where before the whole web page gets loaded, the animation of the graph gets completed. so that user is not able to see the graph animation. user just see the graph which is static and not animated.
-
richardversluis commented
I like this idea, but then in the way Peter described it. Sort of lazy loading of the charts based on their visibility within the viewport. I guess this will also help to get smoother animations of the charts which *are* visible initially.
-
Peter commented
if the chart is placed out of view on the page, the animation is not seen and thus useless.
Wouldn't it be better, if the animation takes place as soon as the chart is scrolled into sight the first time. The user's attention would be drawn to the chart more easily.
Beware that parent layers may be invisible, too (eg: accordeons)I have realized this on my internal test page by removing the chart and recreating it with the same options. Nevertheless I think it is this is not a good solution to start with a new chart. It would be far better to reuse the existing one.