@antv/g2
Version:
the Grammar of Graphics in Javascript
8 lines (7 loc) • 325 B
TypeScript
import { OverflowHideLabelTransform } from '../spec';
import { LabelTransformComponent as LLC } from '../runtime';
export type OverflowHideOptions = Omit<OverflowHideLabelTransform, 'type'>;
/**
* Hide the label when the label is overflowed from the element.
*/
export declare const OverflowHide: LLC<OverflowHideOptions>;