added invertExtent to d3.d.ts

This commit is contained in:
anwalkers
2014-01-09 10:11:00 -08:00
parent 24e8c44fea
commit 40210142d6
Vendored
+1
View File
@@ -2635,6 +2635,7 @@ declare module D3 {
(): any[];
};
copy(): QuantizeScale;
invertExtent(y: any): any[];
}
export interface ThresholdScale extends Scale {