UNPKG

@carbon/charts

Version:
15 lines (14 loc) 476 B
import { Component } from '../component'; export declare class Pie extends Component { type: string; arc: any; hoverArc: any; init(): void; getInnerRadius(): number; render(animate?: boolean): void; renderCallouts(calloutData: any[]): void; handleLegendOnHover: (event: CustomEvent<any>) => void; handleLegendMouseOut: (event: CustomEvent<any>) => void; addEventListeners(): void; protected computeRadius(): number; }