UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines (9 loc) 355 B
import { IGroup, IShape } from '../../../../dependents'; import { LabelItem } from '../../interface'; /** * 为 interval geometry 定制的数据标签重叠自动隐藏布局方法 * @param items * @param labels * @param shapes */ export declare function intervalHideOverlap(items: LabelItem[], labels: IGroup[], shapes: IShape[] | IGroup[]): void;