| 1234567891011121314151617181920 |
- 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;
- }
|