Add support for d3.round to D3.Base

This commit is contained in:
Michael Miller
2013-08-15 05:00:06 -04:00
parent 79af0ec053
commit eb598fa197
Vendored
+2
View File
@@ -505,6 +505,8 @@ declare module D3 {
flush(): void;
}
transition(): Transition.Transition;
round(x: number, n: number): number;
}
export interface Dispatch {