UNPKG

469 BTypeScriptView Raw
1export declare function isOrdinalScale(scale: any): boolean;
2export declare function invert(scale: any, x: any, start: any): any;
3export declare function domainOf(scale: any, values: any, ratioX?: any): any;
4export declare function selectionOf(x: any, y: any, x1: any, y1: any, scale: any, coordinate: any): any[];
5export declare function abstractOf(domain: any, scale: any): any[];
6export declare function pixelsOf(selection: any, scale: any, coordinate: any): any[];