Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.54
    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