mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-29 15:44:31 +00:00
+ tickFormat also directly accepts a string parameter
This commit is contained in:
1
d3/d3.d.ts
vendored
1
d3/d3.d.ts
vendored
@@ -2535,6 +2535,7 @@ declare module d3 {
|
||||
|
||||
tickFormat(): (t: any) => string;
|
||||
tickFormat(format: (t: any) => string): Axis;
|
||||
tickFormat(format:string): Axis;
|
||||
}
|
||||
|
||||
export function brush(): Brush<any>;
|
||||
|
||||
Reference in New Issue
Block a user