UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 255 B
import { G2ViewTree } from '../types/options'; /** * Convert a percentage string to a ratio. */ export declare const percentToRatio: (gap: string) => string | number; export declare function axisBreaks<T extends G2ViewTree = G2ViewTree>(options: T): T;