@antv/g2plot
Version:
An interactive and responsive charting library
17 lines (16 loc) • 411 B
TypeScript
declare const ElementHighlightAction: any;
export declare class VennElementHighlight extends ElementHighlightAction {
/**
* 同步所有元素的位置
*/
protected syncElementsPos(): void;
/** 高亮图形元素 */
highlight(): void;
/** toggle 图形元素高亮状态 */
toggle(): void;
/** 清楚 */
clear(): void;
/** 重置 */
reset(): void;
}
export {};