UNPKG

@antv/g2plot

Version:

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

9 lines (8 loc) 297 B
import { Shape } from '@antv/g'; interface DigitsAbbreviateCfg { unit?: 'k' | 'm' | 'b' | 't' | 'auto'; formatter?: (val: number) => string; decimal?: number; } export default function digitsAbbreviate(shape: Shape, option: DigitsAbbreviateCfg, index: any, cfg: any): void; export {};