A graph of user activity over the last 2 days. A user is seen as active if they logged in or received XP within the last 30 minutes.

interface Response {
    activity: number[];
}

Properties

Properties

activity: number[]

An array of plot points, newest points first.