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

    A numeric metric that can be rendered in a Chart.js dashboard

    interface DashboardMetric {
    ย ย ย ย metricName: string;
    ย ย ย ย value: number;
    ย ย ย ย unit: string;
    }
    Index

    Properties

    Properties

    metricName: string

    Display name for this metric

    value: number

    Numeric value

    unit: string

    Unit label (e.g. "seats", "%", "score")