2 Commits
Author SHA1 Message Date
Ben Ripkens 09b31dbffb An axis can be applied to transitions
This is documented in the D3 API documentation:
https://github.com/mbostock/d3/wiki/SVG-Axes#_axis
2014-12-03 18:45:35 +01:00
Ben Ripkens 2b89a26bb0 d3: Transition.call(...) defines wrong signature
The D3 definition file contains an error in the signature of
Transition.call(...). The callback will be passed the transition
object and it supports optional arguments similar to
Selection.call(...).
2014-12-03 16:57:08 +01:00