I'm working on something close to that example and I was wondering if there is a way to specify a transition function to be applied at each draw. I find the constant jumping hurts my eyes and I'd like to use something like:
d3.transition().duration(step).transition("linear")
but it have the gut feeling rickshaw's internals won't allow for that.