2018-04-25 16:28:41 +08:00
|
|
|
export default {
|
|
|
|
"/admin/reports/signups": {
|
|
|
|
"report": {
|
|
|
|
"type": "signups",
|
2018-05-19 07:04:33 +08:00
|
|
|
"title": "Signups",
|
2018-04-25 16:28:41 +08:00
|
|
|
"xaxis": "Day",
|
|
|
|
"yaxis": "Number of new users",
|
|
|
|
"data": [{
|
|
|
|
"x": "2018-04-11",
|
|
|
|
"y": 10
|
|
|
|
}, {
|
|
|
|
"x": "2018-04-12",
|
|
|
|
"y": 10
|
|
|
|
}, {
|
|
|
|
"x": "2018-04-13",
|
|
|
|
"y": 22
|
|
|
|
}, {
|
|
|
|
"x": "2018-04-14",
|
|
|
|
"y": 58
|
|
|
|
}, {
|
|
|
|
"x": "2018-04-15",
|
|
|
|
"y": 10
|
|
|
|
}, {
|
|
|
|
"x": "2018-04-16",
|
|
|
|
"y": 10
|
|
|
|
}, {
|
|
|
|
"x": "2018-04-17",
|
|
|
|
"y": 19
|
|
|
|
}, {
|
|
|
|
"x": "2018-04-18",
|
|
|
|
"y": 12
|
|
|
|
}, {
|
|
|
|
"x": "2018-04-19",
|
|
|
|
"y": 19
|
|
|
|
}],
|
|
|
|
"total": 136,
|
|
|
|
"start_date": "2018-03-26T00:00:00.000Z",
|
|
|
|
"end_date": "2018-04-25T23:59:59.999Z",
|
|
|
|
"category_id": null,
|
|
|
|
"group_id": null,
|
|
|
|
"prev30Days": 0,
|
2018-05-16 22:45:21 +08:00
|
|
|
"labels": null,
|
|
|
|
"report_key": ""
|
2018-04-25 16:28:41 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|