All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.graphs.pie.d.ts Maven / Gradle / Ivy

import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Pie extends Component {
    type: string;
    renderType: RenderTypes;
    isRendering: boolean;
    arc: any;
    hoverArc: any;
    init(): void;
    getInnerRadius(): number;
    render(animate?: boolean): void;
    renderCallouts(calloutData: any[]): void;
    handleLegendOnHover: (event: CustomEvent) => void;
    handleLegendMouseOut: () => void;
    addEventListeners(): void;
    protected computeRadius(): number;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy