2

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.

Renaud
  • 4,569
  • 7
  • 41
  • 72

1 Answers1

0

Had my go at it here:
https://github.com/RenaudF/d3-plugins/commit/c16dd3bc5558e1974a08bb26fcdb084e7afa9b12

But it turns out that the points are transitioning on their vertical axis instead of from right to left, which makes things worse if anything.

Renaud
  • 4,569
  • 7
  • 41
  • 72