rickshaw icon indicating copy to clipboard operation
rickshaw copied to clipboard

Animate the adding of new values

Open almet opened this issue 12 years ago • 3 comments

On a line graph, it could be nice to have the impression that the values are added continuously even if it's not really the case. This would be made possible if the values where sliding continuously from the right to the left, and the last value is displayed after the duration of the slide.

This means that the graph will not be real time anymore, but the visualisation could be smoother and nicer to look. Any thoughts on this?

almet avatar Jun 06 '12 13:06 almet

This could potentially be interesting, but it's also probably a lower priority than lots of other features we'd like to add.

dchester avatar Jun 15 '12 12:06 dchester

If you give me some thoughts on how to implement that, I would be happy to have a look.

thanks for the feedback.

almet avatar Jun 15 '12 13:06 almet

@almet You'd have to look at the Rickshaw.Graph.Axis.Time.js file, and check out the render function, as far as I can tell.

RichardLitt avatar Dec 14 '17 20:12 RichardLitt