mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
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:
Vendored
+2
@@ -1750,6 +1750,8 @@ declare module D3 {
|
||||
|
||||
export interface Axis {
|
||||
(selection: Selection): void;
|
||||
(transition: Transition.Transition): void;
|
||||
|
||||
scale: {
|
||||
(): any;
|
||||
(scale: any): Axis;
|
||||
|
||||
Reference in New Issue
Block a user