I am trying to add transitions to a line graph using Rickshaw's nice charting framework. I am new to d3, but it seems as though I will need to add a straight line and then transition to the graph data within the render function on Rickshaw.Graph.Renderer
My question is, is there anything out there that would help add some animation to my line chart - perhaps transition from a flat line - or draw line from left to right.
I have seen examples with raw d3 but adapting rickshaw seems hard - or maybe I am hitting it from the wrong angle.