-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.json
116 lines (116 loc) · 2.09 KB
/
example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"sections": [
{
"title": "Users",
"chart": {
"label": "Last 7 days sign ups",
"type": "line",
"lines": [
{
"id": "Sign ups",
"color": "#00B5D8",
"data": [
{
"y": 230,
"x": "14-02"
},
{
"y": 450,
"x": "15-02"
},
{
"y": 874,
"x": "16-02"
},
{
"y": 310,
"x": "17-02"
},
{
"y": 240,
"x": "18-02"
},
{
"y": 150,
"x": "19-02"
},
{
"y": 675,
"x": "20-02"
}
]
}
]
},
"stats": [
{
"label": "Total",
"value": 1540
},
{
"label": "Today",
"value": 20
},
{
"label": "Pro Users",
"value": 125
}
]
},
{
"title": "Revenue",
"stats": [
{
"label": "Total",
"value": 8654,
"prefix": "$"
},
{
"label": "This month",
"value": 804.5,
"prefix": "$"
},
{
"label": "MRR",
"value": 968.43,
"prefix": "$"
}
]
},
{
"title": "Requests",
"table": {
"columns": [
"User",
"Number of requests"
],
"data": [
[
3450
],
[
2789
],
[
2379
],
[
1045
],
[
875
],
[
294
]
]
}
}
]
}