Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Options for the Sankey section generator

    interface SankeySectionOptions {
        nodes: SankeyNode[];
        flows: SankeyFlow[];
        lang: string;
        title?: string;
        summary?: string;
        svgHeight?: number;
    }
    Index

    Properties

    nodes: SankeyNode[]

    Array of nodes (must have at least two: one source, one target)

    flows: SankeyFlow[]

    Array of directed flows between nodes

    lang: string

    Target language for labels

    title?: string

    Optional section title override

    summary?: string

    Optional narrative summary

    svgHeight?: number

    SVG canvas height in px (default: 340)