g3-toolkit API Reference
    Preparing search index...

    Interface SankeyViewProps

    interface SankeyViewProps {
        className?: string;
        mode?: FlowMode;
        ugm: UGM;
    }
    Index

    Properties

    Properties

    className?: string
    mode?: FlowMode

    Display mode: sankey or chord (default: sankey).

    ugm: UGM