@antv/g2
Version:
the Grammar of Graphics in Javascript
10 lines (9 loc) • 358 B
TypeScript
import { IGroup, IShape } from '../../../../dependents';
import { LabelItem } from '../../interface';
/**
* 适用于 interval geometry 的数据标签位置自动调整布局方法
* @param items
* @param labels
* @param shapes
*/
export declare function intervalAdjustPosition(items: LabelItem[], labels: IGroup[], shapes: IShape[] | IGroup[]): void;