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

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

import { Scatter } from './scatter';
import { RenderTypes } from '../../interfaces/enums';
export declare class StackedScatter extends Scatter {
    type: string;
    renderType: RenderTypes;
    render(animate: boolean): void;
    getTooltipData(hoveredX: number, hoveredY: number): any;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy