@antv/g2
Version:
the Grammar of Graphics in Javascript
7 lines (6 loc) • 469 B
TypeScript
export declare function isOrdinalScale(scale: any): boolean;
export declare function invert(scale: any, x: any, start: any): any;
export declare function domainOf(scale: any, values: any, ratioX?: any): any;
export declare function selectionOf(x: any, y: any, x1: any, y1: any, scale: any, coordinate: any): any[];
export declare function abstractOf(domain: any, scale: any): any[];
export declare function pixelsOf(selection: any, scale: any, coordinate: any): any[];