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

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

import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Alluvial extends Component {
    type: string;
    renderType: RenderTypes;
    private graph;
    gradient_id: string;
    render(animate?: boolean): void;
    addLineEventListener(): void;
    addNodeEventListener(): void;
    private traverse;
    getRightArrowIcon(): string;
    destroy(): void;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy