UNPKG

2.83 kBJSONView Raw
1{
2 "content": {
3 "version":"0.0.1",
4
5 "system": {
6 "datasource": "demo",
7 "startdate": "vw_users",
8 "enddate": "vw_users"
9 },
10 "dashboards": [
11 {
12 "id": "dashboard.default",
13 "name": "Dashboard",
14 "widgets": [
15 {
16 "type": "timeline",
17 "id": "default.widget6",
18 "title": "Registrations vs. Posts",
19 "row": 1,
20 "column": 1,
21 "dimensions": [],
22 "metrics": ["vw_users.registrations", "vw_posts.postcount"],
23 "limit": 0
24 },
25
26 {
27 "type": "metricbox",
28 "id": "default.widget1.1",
29 "title": "Contributors",
30 "row": 2,
31 "column": 2,
32 "dimensions": [],
33 "metrics": ["calc.contributercount"],
34 "limit": 0
35 },
36 {
37 "type": "metricbox",
38 "id": "default.widget1",
39 "title": "Registrations",
40 "row": 1,
41 "column": 2,
42 "dimensions": [],
43 "metrics": ["vw_users.registrations"],
44 "limit": 0
45 },
46 {
47 "type": "metricbox",
48 "id": "default.widget2",
49 "title": "Question Count",
50 "row": 2,
51 "column": 2,
52 "dimensions": [],
53 "metrics": ["vw_posts.questioncount"],
54 "limit": 0
55 },
56 {
57 "type": "metricbox",
58 "id": "default.widget3",
59 "title": "Avg. Question Score",
60 "row": 2,
61 "column": 2,
62 "dimensions": [],
63 "metrics": ["vw_posts.questionscore"],
64 "limit": 0
65 }
66 ],
67 "roles": ["user", "operator"]
68 }
69 ],
70 "reports": [
71 {
72 "id": "demo.registrations",
73 "name": "Registrations",
74 "description": "Registrations report",
75 "tabs": [
76 {
77 "id": "demo.registrations.explorer",
78 "type": "explorer",
79 "ordinal": 1,
80 "dimensions": ["vw_users.users_location"],
81 "drilldowns": [
82 {
83 "level": 0,
84 "dimensions": ["vw_users.users_location"]
85 }
86 ],
87 "metricgroups": [
88 {
89 "id": "demo.registrations.explorer.registrations",
90 "name": "Registrations",
91 "ordinal": 1,
92 "metrics": ["calc.contributercount", "vw_users.reputation", "vw_users.registrations", "vw_posts.questioncount", "vw_posts.questionscore"]
93 }
94 ]
95 }
96 ],
97 "roles": ["user", "operator"]
98 }
99 ]
100 }
101}
\No newline at end of file