Riksdagsmonitor Intelligence Platform - v0.7.19
    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