UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 283 B
import { LabelTransformComponent as LLC } from '../runtime'; import { ExceedAdjustLabel } from '../spec'; export type ExceedAdjustOptions = Omit<ExceedAdjustLabel, 'type'>; /** * adjust the label when exceed the plot */ export declare const ExceedAdjust: LLC<ExceedAdjustOptions>;