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

    Full Sankey diagram configuration.

    interface SankeyConfig {
        nodes: readonly SankeyNode[];
        flows: readonly SankeyFlow[];
        summary?: string;
    }
    Index

    Properties

    Properties

    nodes: readonly SankeyNode[]

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

    flows: readonly SankeyFlow[]

    Array of directed flows between nodes.

    summary?: string

    Optional narrative summary.