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