UNPKG

@antv/g2plot

Version:

G2 Plot, a market of plots built with the Grammar of Graphics'

4 lines (3 loc) 251 B
export declare function getRectPath(cx: any, cy: any, width: any, height: any, size: any): any[][]; export declare function getCirclePath(x: any, y: any, size: any): any[][]; export declare function getCircleCurve(x: any, y: any, size: any): any[][];