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

    Interface DashboardDataset

    A single dataset within a chart

    interface DashboardDataset {
    ย ย ย ย label: string;
    ย ย ย ย data: number[] | DashboardPoint[];
    ย ย ย ย backgroundColor?: string | string[];
    ย ย ย ย borderColor?: string | string[];
    ย ย ย ย borderWidth?: number;
    }
    Index

    Properties

    label: string
    data: number[] | DashboardPoint[]

    Numeric values for bar/line/pie/etc., or {x,y} points for scatter

    backgroundColor?: string | string[]
    borderColor?: string | string[]
    borderWidth?: number