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

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

import { Pie } from './pie';
import { RenderTypes } from '../../interfaces/enums';
export declare class Donut extends Pie {
    type: string;
    renderType: RenderTypes;
    render(animate?: boolean): void;
    getInnerRadius(): number;
    centerNumberTween(d3Ref: any): (t: any) => void;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy