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