umami-api-js
    Preparing search index...

    Interface RevenueChart

    An object with the properties x, t, and y, where they're respectively a name, a date, and an amount

    interface RevenueChart {
        count: number;
        t: Date;
        x: string;
        y: number;
    }

    Hierarchy (View Summary)

    • XTY
      • RevenueChart
    Index

    Properties

    Properties

    count: number
    t: Date

    Timestamp

    x: string

    Event name

    y: number

    Number of events