Riksdagsmonitor Intelligence Platform - v0.7.19
    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