diff --git a/d3/d3.d.ts b/d3/d3.d.ts index 1985a309f..53f8e68b2 100644 --- a/d3/d3.d.ts +++ b/d3/d3.d.ts @@ -1842,7 +1842,7 @@ declare module D3 { (): number; (value: number): Axis; } - tickFormat(formatter: (value: any) => string): Axis; + tickFormat(formatter: (value: any, index?: number) => string): Axis; nice(count?: number): Axis; }