mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
added invertExtent to d3.d.ts
This commit is contained in:
Vendored
+1
@@ -2635,6 +2635,7 @@ declare module D3 {
|
||||
(): any[];
|
||||
};
|
||||
copy(): QuantizeScale;
|
||||
invertExtent(y: any): any[];
|
||||
}
|
||||
|
||||
export interface ThresholdScale extends Scale {
|
||||
|
||||
Reference in New Issue
Block a user