UNPKG

@antv/g2plot

Version:

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

4 lines (3 loc) 239 B
import { ScaleConfig } from '@antv/scale'; export declare function extractScale(desScale: any, axisConfig: any): any; export declare function trySetScaleMinToZero(desScale: ScaleConfig, data: (number | string | undefined | null)[]): void;