UNPKG

@antv/g2plot

Version:

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

7 lines (6 loc) 582 B
import ViewLayer from '../../base/view-layer'; export declare function getAxisData(viewLayer: ViewLayer, props: any, globalOptions: any): any[]; export declare function mergeAxisScale(axisInfo: any, dim: any, axisOptions?: any): any; export declare function createAxis(scale: any, dim: any, canvas: any, cfg: any, globalOptions: any): any; export declare function axesLayout(globalOptions: any, axisInfo: any, padding: any, layer: any, width: any, height: any, canvas: any): any[]; export declare function drawYGrid(axis: any, coord: any, container: any, globalOptions: any): void;