EU Parliament Monitor - API Documentation - v0.7.15
    Preparing search index...

    A directed flow between two nodes.

    interface SankeyFlow {
        source: string;
        target: string;
        value: number;
        label?: string;
    }
    Index

    Properties

    source: string

    Source node id.

    target: string

    Target node id.

    value: number

    Flow magnitude (relative — values are scaled to fit the SVG height).

    label?: string

    Optional label shown on the flow path.