mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 16:45:51 +08:00
9554d9c56a
- tooltips - revert chart title UI - reduce period chooser font-size - localize dates of data points - fix a bug where multiple reports were loaded at the same time - fix a bug where % was not showing anymore - remove spacing at the top - remove loadingTitle feature (Loading...%report name%) incompatible with new hijack design
21 lines
528 B
JavaScript
21 lines
528 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,
|
|
"report_key": ""
|
|
}
|
|
}
|
|
};
|