An axis can be applied to transitions

This is documented in the D3 API documentation:
https://github.com/mbostock/d3/wiki/SVG-Axes#_axis
This commit is contained in:
Ben Ripkens
2014-12-03 18:45:35 +01:00
parent 2b89a26bb0
commit 09b31dbffb
Vendored
+2
View File
@@ -1750,6 +1750,8 @@ declare module D3 {
export interface Axis {
(selection: Selection): void;
(transition: Transition.Transition): void;
scale: {
(): any;
(scale: any): Axis;