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