mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 13:39:36 -06:00
20 lines
504 B
JavaScript
20 lines
504 B
JavaScript
export default {
|
|
"/admin/reports/daily_engaged_users": {
|
|
"report": {
|
|
"type": "daily_engaged_users",
|
|
"title": "Daily Engaged Users",
|
|
"xaxis": "Day",
|
|
"yaxis": "Engaged Users",
|
|
"description": "Number of users that have liked or posted in the last day",
|
|
"data": null,
|
|
"total": null,
|
|
"start_date": "2018-04-03",
|
|
"end_date": "2018-05-03",
|
|
"category_id": null,
|
|
"group_id": null,
|
|
"prev30Days": null,
|
|
"labels": null
|
|
}
|
|
}
|
|
};
|