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

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

import { Selection } from 'd3';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Scatter extends Component {
    type: string;
    renderType: RenderTypes;
    scatterData: any;
    init(): void;
    filterBasedOnZoomDomain(data: any): any;
    getScatterData(): any;
    render(animate: boolean): void;
    isDatapointThresholdAnomaly(datum: any): boolean;
    styleCircles(selection: Selection, animate: boolean): void;
    handleChartHolderOnHover: () => void;
    handleChartHolderOnMouseOut: () => void;
    handleLegendOnHover: (evt: CustomEvent) => void;
    handleLegendMouseOut: () => void;
    getTooltipAdditionalItems(datum: any): any;
    addEventListeners(): void;
    destroy(): void;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy