UNPKG

@antv/g2plot

Version:

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

7 lines (6 loc) 210 B
import { Shape } from '@antv/g'; interface TextAbbreviateCfg { abbreviateBy?: 'start' | 'middle' | 'end'; } export default function textAbbreviate(shape: Shape, option: TextAbbreviateCfg): void; export {};