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

    Interface GaugeConfig

    CSS-only gauge/dial configuration

    interface GaugeConfig {
        id: string;
        title: string;
        value: number;
        label?: string;
        minLabel?: string;
        maxLabel?: string;
    }
    Index

    Properties

    id: string

    Unique identifier used as the container element id

    title: string

    Chart title

    value: number

    Current value (0–100)

    label?: string

    Optional descriptive label rendered below the value

    minLabel?: string

    Label for the low end (default: "0")

    maxLabel?: string

    Label for the high end (default: "100")