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

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

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
export declare class Histogram extends Component {
    type: string;
    renderType: RenderTypes;
    init(): void;
    render(animate: boolean): void;
    handleLegendOnHover: (event: CustomEvent) => void;
    handleLegendMouseOut: () => void;
    addEventListeners(): void;
    destroy(): void;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy