EU Parliament Monitor - API Documentation - v0.7.7
    Preparing search index...

    Interface DashboardPanel

    A single panel within a dashboard. Can contain metrics, a chart, or both.

    interface DashboardPanel {
        title: string;
        metrics?: readonly DashboardMetric[];
        chart?: ChartConfig;
    }
    Index

    Properties

    Properties

    title: string

    Panel heading

    metrics?: readonly DashboardMetric[]

    Optional key metrics displayed as cards

    chart?: ChartConfig

    Optional chart configuration