mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 16:23:45 +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
517 B
JavaScript
21 lines
517 B
JavaScript
export default {
|
|
"/admin/reports/dau_by_mau": {
|
|
"report": {
|
|
"type": "dau_by_mau",
|
|
"title": "DAU/MAU",
|
|
"xaxis": "Day",
|
|
"yaxis": "DAU/MAY",
|
|
"description": "Percentage of daily active users on monthly active users",
|
|
"data": null,
|
|
"total": null,
|
|
"start_date": "2018-01-26T00:00:00.000Z",
|
|
"end_date": "2018-04-27T23:59:59.999Z",
|
|
"category_id": null,
|
|
"group_id": null,
|
|
"prev30Days": 46,
|
|
"labels": null,
|
|
"report_key": ""
|
|
}
|
|
}
|
|
};
|