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

    Interface DashboardAnnotation

    Annotation overlay for a Chart.js chart

    interface DashboardAnnotation {
        type: "line" | "label";
        value: number;
        label?: string;
        borderColor?: string;
        backgroundColor?: string;
    }
    Index

    Properties

    type: "line" | "label"
    value: number

    Value on the scale where the annotation is placed (required)

    label?: string
    borderColor?: string
    backgroundColor?: string