Riksdagsmonitor Intelligence Platform - v0.7.19
    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 — all values scaled to fit the SVG height)

    label?: string

    Optional label shown on the flow path