UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

21 lines (20 loc) 418 B
import { Action } from '@antv/g2'; /** * 饼图 图例激活 action */ export declare class PieLegendAction extends Action { /** * 获取激活的图形元素 */ private getActiveElements; /** * 获取激活的标签 */ private getActiveElementLabels; protected transfrom(offset?: number): void; active(): void; /** * 激活态还原 */ reset(): void; }