mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 09:33:40 +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
577 B
JavaScript
21 lines
577 B
JavaScript
export default {
|
|
"/admin/reports/users_by_trust_level": {
|
|
"report": {
|
|
"type": "users_by_trust_level",
|
|
"title": "Users per Trust Level",
|
|
"xaxis": "Trust Level",
|
|
"yaxis": "Number of Users",
|
|
"description": "translation missing: en.reports.users_by_trust_level.description",
|
|
"data": null,
|
|
"total": null,
|
|
"start_date": "2018-03-30T00:00:00.000Z",
|
|
"end_date": "2018-04-29T23:59:59.999Z",
|
|
"category_id": null,
|
|
"group_id": null,
|
|
"prev30Days": null,
|
|
"labels": null,
|
|
"report_key": ""
|
|
}
|
|
}
|
|
};
|