Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    Preparing search index...

    Interface HeatMapCell

    A single cell in a heat-map grid

    interface HeatMapCell {
    ย ย ย ย value: number;
    ย ย ย ย label?: string;
    }
    Index

    Properties

    Properties

    value: number

    Numeric intensity value (any scale; the renderer normalises to 0โ€“1 using the dataset min/max)

    label?: string

    Optional text label rendered inside the cell