UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 193 B
import { Scale } from '../dependents'; /** * parse the value position * @param val * @param scale */ export declare function getNormalizedValue(val: number | string, scale: Scale): number;