auto-format.d.ts 157 B

12
  1. import { IGroup } from '@antv/g-base';
  2. export declare function formatLabels(labelGroup: IGroup, limitLength: number, unit: number, suffix: string): boolean;