rickshaw
rickshaw copied to clipboard
Animate the adding of new values
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?
This could potentially be interesting, but it's also probably a lower priority than lots of other features we'd like to add.
If you give me some thoughts on how to implement that, I would be happy to have a look.
thanks for the feedback.
@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.