Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    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