mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 16:03:59 +08:00
21 lines
487 B
JavaScript
21 lines
487 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: ""
|
|
}
|
|
}
|
|
};
|