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

    Interface DashboardPanel

    A single panel within a multi-panel dashboard

    interface DashboardPanel {
        id: string;
        title: string;
        chart?: DashboardChartConfig;
        heatMap?: HeatMapConfig;
        gauge?: GaugeConfig;
        interpretation?: string;
        stakeholderView?: string;
        confidenceLevel?: number;
        table?: DashboardTableConfig;
    }
    Index

    Properties

    id: string

    Unique panel identifier

    title: string

    Panel heading

    Chart.js chart configuration (mutually exclusive with heatMap / gauge)

    heatMap?: HeatMapConfig

    CSS-only heat map (mutually exclusive with chart / gauge)

    gauge?: GaugeConfig

    CSS-only gauge (mutually exclusive with chart / heatMap)

    interpretation?: string

    AI-generated interpretation paragraph for this panel

    stakeholderView?: string

    Which stakeholder perspective this panel represents

    confidenceLevel?: number

    Data confidence level (0–100)

    Optional accessible data table fallback