-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
190 lines (190 loc) · 3.51 KB
/
data.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
[
{
"bullets": [
{
"icon": "fa-university",
"text": "Your company is very secure"
},
{
"icon": "fa-chevron-right",
"text": "Your company needs to work on <span class=\"negative\">improving your security</span>"
},
{
"icon": "fa-dollar-sign",
"text": "We estimate that you could save up to <span class=\"positive\">$12,000</span> if you take more security precautions. We suggest starting that process right now."
}
],
"chart": {
"title": "chart 1",
"data": {
"labels": ["High", "Medium", "Low"],
"series": [[20, 40, 20], [30, 30, 80]]
}
},
"list": [
{
"name": "Some data",
"important": true,
"score": 40
},
{
"name": "That data",
"important": false,
"score": 12
},
{
"name": "This data",
"important": true,
"score": 67
},
{
"name": "Their data",
"important": true,
"score": 41
},
{
"name": "All data",
"important": false,
"score": 52
},
{
"name": "Over there data",
"important": true,
"score": 90
}
]
},
{
"bullets": [
{
"icon": "fa-chevron-left",
"text": "Your company is not secure"
},
{
"icon": "fa-euro-sign",
"text": "Your company needs to work on <span class=\"negative\">improving your security</span>"
},
{
"icon": "fa-skull",
"text": "There are very urgent issues in your system!!!"
}
],
"chart": {
"title": "chart 2",
"data": {
"labels": ["High", "Medium", "Low"],
"series": [[10, 60, 10], [20, 50, 90]]
}
},
"list": [
{
"name": "Some data",
"important": false,
"score": 30
},
{
"name": "That data",
"important": false,
"score": 22
},
{
"name": "This data",
"important": false,
"score": 17
},
{
"name": "Their data",
"important": true,
"score": 51
},
{
"name": "All data",
"important": true,
"score": 62
},
{
"name": "Over there data",
"important": true,
"score": 5
}
]
},
{
"bullets": [
{
"icon": "fa-pallet",
"text": "<span class=\"positive\">Everything is okay!</span>"
}
],
"chart": {
"title": "chart 3",
"data": {
"labels": ["High", "Medium", "Low"],
"series": [[40, 60, 20], [15, 10, 60]]
}
},
"list": [
{
"name": "Some data",
"important": true,
"score": 83
},
{
"name": "That data",
"important": false,
"score": 83
},
{
"name": "This data",
"important": true,
"score": 84
},
{
"name": "Their data",
"important": true,
"score": 87
}
]
},
{
"bullets": [
{
"icon": "fa-cogs",
"text": "Your company is very secure"
},
{
"icon": "fa-dollar-sign",
"text": "We estimate that you could save up to <span class=\"positive\">$12,000</span> if you take more security precautions. We suggest starting that process right now."
}
],
"chart": {
"title": "chart 4",
"data": {
"labels": ["High", "Medium", "Low"],
"series": [[50, 40, 90], [70, 10, 80]]
}
},
"list": [
{
"name": "Some data",
"important": false,
"score": 0
},
{
"name": "That data",
"important": false,
"score": 1
},
{
"name": "This data",
"important": false,
"score": 5
},
{
"name": "Their data",
"important": false,
"score": 10
}
]
}
]