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

    Interface TrendMetric

    A single trend metric data point for sparkline charts.

    interface TrendMetric {
        period: string;
        value: number;
    }
    Index

    Properties

    Properties

    period: string

    Period label (e.g., "Week 1", "Jan")

    value: number

    Numeric value for this period