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

    Interface DashboardData

    Data for generating an embeddable dashboard section

    interface DashboardData {
    ย ย ย ย title: string;
    ย ย ย ย charts: DashboardChartConfig[];
    ย ย ย ย tables?: DashboardTableConfig[];
    ย ย ย ย summary?: string;
    }
    Index

    Properties

    title: string

    Dashboard section title

    One or more Chart.js chart configurations

    Optional data tables

    summary?: string

    Optional narrative summary displayed above the charts