UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

8 lines (7 loc) 213 B
import { Element } from '@antv/g2'; /** * 获取当前事件相关的图表元素 * @param context 交互的上下文 * @ignore */ export declare function getCurrentElement(context: any): Element | undefined;