Merge pull request #4805 from reppners/d3

+ tickFormat also directly accepts a string parameter
This commit is contained in:
Masahiro Wakame
2015-07-03 22:42:30 +09:00
Vendored
+1
View File
@@ -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>;