UNPKG

@carbon/charts

Version:
20 lines (19 loc) 692 B
import { Component } from '../component'; import { RenderTypes } from '../../interfaces/enums'; export declare class CirclePack extends Component { type: string; renderType: RenderTypes; focal: any; render(animate?: boolean): void; unhighlightChildren(childData: any): void; highlightChildren(childData: any): void; getZoomClass(node: any): "focal" | "non-focal"; addLegendListeners(): void; removeBackgroundListeners(): void; setBackgroundListeners(): void; handleLegendOnHover: (event: CustomEvent) => void; handleLegendMouseOut: () => void; getZoomIcon(): string; addEventListeners(): void; destroy(): void; }