Project

General

Profile

1
<div id="stats">
2
    <div id="contentWrapper" class="content-wrapper">
3
        <div>
4
            <div class="contentPanel uk-margin-top">
5
                <!-- <div *ngIf="errorMessage" class="uk-alert-danger uk-alert">{{ errorMessage }}</div>
6
                <div *ngIf="loadingMessage" class="loading-big">
7
                    <div class="loader-big" style="text-align: center; padding-top: 170px; color: rgb(47, 64, 80); font-weight: bold;">{{ loadingMessage }}</div>
8
                    <div class="whiteFilm"></div>
9
                </div> -->
10
                <div *ngIf="statisticsSum" class="page-title uk-article-title">
11
                    Statistics
12
                    <mat-slide-toggle class="uk-margin-small-left" *ngIf="statisticsDisplay" title="Show/Hide all indicators" [checked]="statisticsDisplay.isActive"
13
                                      (change)="toggleShowGraphAnalysisView()"></mat-slide-toggle>
14
                </div>
15
                <div *ngIf="updateErrorMessage" class="uk-alert uk-alert-danger" role="alert">{{updateErrorMessage}}</div>
16
                <div *ngIf="errorMessage" class="uk-alert uk-alert-danger" role="alert">{{errorMessage}}</div>
17
                <div *ngIf="showLoading" class="uk-animation-fade uk-width-1-1" role="alert"><img class="uk-align-center loading-gif"></div>
18

    
19
                <div *ngIf="statisticsSum" class="uk-alert uk-alert-primary uk-margin-top-large">
20
                    <div class="uk-flex uk-flex-middle">
21
                        <span class="uk-margin-small-right uk-icon uk-icon-justify" uk-icon="warning"></span>
22
                        <span>
23
                            Options for showing/hiding statistics from the Community Gateway's Overview and Graph Analysis view.<br>
24
                            Indicators won't be shown in Community Gateway when the numbers are 0 or the dependent entity is deactivated in spite of their status.
25
                        </span>
26
                    </div>
27
                </div>
28
                <div *ngIf="!statisticsSum" class="uk-alert uk-alert-primary uk-margin-top-large">
29
                    <div class="uk-flex uk-flex-middle">
30
                        <span class="uk-margin-small-right uk-icon uk-icon-justify" uk-icon="warning"></span>
31
                        <span>
32
                            There are no available statistics for your community yet.<br>
33
                        </span>
34
                    </div>
35
                </div>
36
                <div *ngIf="communityId">
37
                    <div class="users-list">
38
                        <div class="col-md-12">
39
                            <article class="uk-article ">
40
                                <div *ngIf="statisticsDisplay && chartsInfoMap"
41
                                     class="uk-margin uk-margin-top">
42
                                    <div>
43
                                        <ul class="uk-tab uk-margin-top" data-uk-tab="{connect:'#tabs'}">
44
                                            <li *ngFor="let entity of entitiesList"
45
                                                (click)="onChangeEntity(entity)">
46

    
47
                                                <a href="#">{{ entitiesMap.get(entity) }}</a>
48
                                            </li>
49
                                        </ul>
50

    
51
                                        <ul id="tabs" class="uk-switcher" style="min-height:450px;">
52
                                            <li *ngFor="let entity of entitiesList">
53
                                                <div *ngIf="(displayedEntity == entity)">
54

    
55
                                                    <div class="uk-heading-divider">
56
                                                        <h4 class="uk-text-capitalize">{{ entitiesMap.get(entity) }} <small *ngIf="deactivatedEntity" class="uk-text-danger uk-text-small">(this entity has been deactivated)</small></h4>
57
                                                        <div uk-grid>
58
                                                            <div class="uk-width-1-3">
59
                                                                <div class="uk-flex uk-flex-middle uk-padding uk-padding-remove-top" uk-grid>
60
                                                                    <div class="uk-card portal-card uk-text-right uk-padding-small uk-width-1-2">
61
                                                                        <div
62
                                                                          class="uk-text-large">{{statisticsSum[entity].total|number}}</div>
63
                                                                        <div>Total
64
                                                                            {{ entity == 'dataset' ? 'research data' : entitiesMap.get(entity) }}</div>
65
                                                                    </div>
66
                                                                    <div class="uk-width-expand">
67
                                                                        <table class="uk-table uk-table-striped uk-width-expand@m uk-width-1-1@l">
68
                                                                            <thead>
69
                                                                            <tr>
70
                                                                                <th>Show</th>
71
                                                                                <th class="uk-text-center">#</th>
72
                                                                            </tr>
73
                                                                            </thead>
74
                                                                            <tbody>
75
                                                                            <tr>
76
                                                                                <th>In Graph Analysis</th>
77
                                                                                <th class="uk-text-center">
78
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['total'].showInMonitor"
79
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['total'].showInMonitor;
80
                                                                                                      toggleShowInMonitor(entity,'numbers','total')"></mat-slide-toggle>
81
                                                                                </th>
82
                                                                            </tr>
83
                                                                            <tr>
84
                                                                                <th>In Overview</th>
85
                                                                                <th class="uk-text-center">
86
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['total'].showInDashboard"
87
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['total'].showInDashboard;
88
                                                                                                      toggleShowInDashboard(entity,'numbers','total')"></mat-slide-toggle>
89
                                                                                </th>
90
                                                                            </tr>
91
                                                                            </tbody>
92
                                                                        </table>
93
                                                                    </div>
94
                                                                </div>
95
                                                            </div>
96
                                                            <div class="uk-width-1-3">
97
                                                                <div class="uk-flex uk-flex-middle uk-padding uk-padding-remove-top" uk-grid>
98
                                                                    <div class="uk-card portal-card uk-text-right  uk-padding-small uk-width-1-2">
99
                                                                        <div
100
                                                                          class="uk-text-large">{{statisticsSum[entity].projects|number}}</div>
101
                                                                        <div>Total projects linked to
102
                                                                            {{ entity == 'dataset' ? 'research data' : entitiesMap.get(entity) }}</div>
103
                                                                    </div>
104
                                                                    <div class="uk-width-expand">
105
                                                                        <table class="uk-table uk-table-striped uk-width-expand@m uk-width-1-1@l">
106
                                                                            <thead>
107
                                                                            <tr>
108
                                                                                <th>Show</th>
109
                                                                                <th class="uk-text-center">#</th>
110
                                                                            </tr>
111
                                                                            </thead>
112
                                                                            <tbody>
113
                                                                            <tr>
114
                                                                                <th>In Graph Analysis</th>
115
                                                                                <th class="uk-text-center">
116
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['project'].showInMonitor"
117
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['project'].showInMonitor;
118
                                                                                                      toggleShowInMonitor(entity,'numbers','project')"></mat-slide-toggle>
119
                                                                                </th>
120
                                                                            </tr>
121
                                                                            <tr>
122
                                                                                <th>In Overview</th>
123
                                                                                <th class="uk-text-center">
124
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['project'].showInDashboard"
125
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['project'].showInDashboard;
126
                                                                                                      toggleShowInDashboard(entity,'numbers','project')"></mat-slide-toggle>
127
                                                                                </th>
128
                                                                            </tr>
129
                                                                            </tbody>
130
                                                                        </table>
131
                                                                    </div>
132
                                                                </div>
133
                                                            </div>
134
                                                            <div class="uk-width-1-3">
135
                                                                <div class="uk-flex uk-flex-middle uk-padding uk-padding-remove-top" uk-grid>
136
                                                                    <div class="uk-card portal-card uk-text-right uk-padding-small uk-width-1-2">
137
                                                                        <div
138
                                                                          class="uk-text-large">{{statisticsSum[entity].open_access|number}}</div>
139
                                                                        <div>Open Access
140
                                                                            {{ entity == 'dataset' ? 'research data' : entitiesMap.get(entity) }}</div>
141
                                                                    </div>
142
                                                                    <div class="uk-width-expand">
143
                                                                        <table class="uk-table uk-table-striped uk-width-expand@m uk-width-1-1@l">
144
                                                                            <thead>
145
                                                                            <tr>
146
                                                                                <th>Show</th>
147
                                                                                <th class="uk-text-center">#</th>
148
                                                                            </tr>
149
                                                                            </thead>
150
                                                                            <tbody>
151
                                                                            <tr>
152
                                                                                <th>In Graph Analysis</th>
153
                                                                                <th class="uk-text-center">
154
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['open'].showInMonitor"
155
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['open'].showInMonitor;
156
                                                                                                      toggleShowInMonitor(entity,'numbers','open')"></mat-slide-toggle>
157
                                                                                </th>
158
                                                                            </tr>
159
                                                                            <tr>
160
                                                                                <th>In Overview</th>
161
                                                                                <th class="uk-text-center">
162
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['open'].showInDashboard"
163
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['open'].showInDashboard;
164
                                                                                                      toggleShowInDashboard(entity,'numbers','open')"></mat-slide-toggle>
165
                                                                                </th>
166
                                                                            </tr>
167
                                                                            </tbody>
168
                                                                        </table>
169
                                                                    </div>
170
                                                                </div>
171
                                                            </div>
172
                                                            <div class="uk-width-1-3">
173
                                                                <div class="uk-flex uk-flex-middle uk-padding uk-padding-remove-top" uk-grid>
174
                                                                    <div class="uk-card portal-card uk-text-right uk-padding-small uk-width-1-2">
175
                                                                        <div
176
                                                                          class="uk-text-large">{{statisticsSum[entity].closed_access|number}}</div>
177
                                                                        <div>Closed Access
178
                                                                            {{ entity == 'dataset' ? 'research data' : entitiesMap.get(entity) }}</div>
179
                                                                    </div>
180
                                                                    <div class="uk-width-expand">
181
                                                                        <table class="uk-table uk-table-striped uk-width-expand@m uk-width-1-1@l">
182
                                                                            <thead>
183
                                                                            <tr>
184
                                                                                <th>Show</th>
185
                                                                                <th class="uk-text-center">#</th>
186
                                                                            </tr>
187
                                                                            </thead>
188
                                                                            <tbody>
189
                                                                            <tr>
190
                                                                                <th>In Graph Analysis</th>
191
                                                                                <th class="uk-text-center">
192
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['closed'].showInMonitor"
193
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['closed'].showInMonitor;
194
                                                                                                      toggleShowInMonitor(entity,'numbers','closed')"></mat-slide-toggle>
195
                                                                                </th>
196
                                                                            </tr>
197
                                                                            <tr>
198
                                                                                <th>In Overview</th>
199
                                                                                <th class="uk-text-center">
200
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['closed'].showInDashboard"
201
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['closed'].showInDashboard;
202
                                                                                                      toggleShowInDashboard(entity,'numbers','closed')"></mat-slide-toggle>
203
                                                                                </th>
204
                                                                            </tr>
205
                                                                            </tbody>
206
                                                                        </table>
207
                                                                    </div>
208
                                                                </div>
209
                                                            </div>
210
                                                            <div class="uk-width-1-3">
211
                                                                <div class="uk-flex uk-flex-middle uk-padding uk-padding-remove-top" uk-grid>
212
                                                                    <div class="uk-card portal-card uk-text-right uk-padding-small uk-width-1-2">
213
                                                                        <div
214
                                                                          class="uk-text-large">{{statisticsSum[entity].restricted|number}}</div>
215
                                                                        <div>Restricted
216
                                                                            {{ entity == 'dataset' ? 'research data' : entitiesMap.get(entity) }}</div>
217
                                                                    </div>
218
                                                                    <div class="uk-width-expand">
219
                                                                        <table class="uk-table uk-table-striped uk-width-expand@m uk-width-1-1@l">
220
                                                                            <thead>
221
                                                                            <tr>
222
                                                                                <th>Show</th>
223
                                                                                <th class="uk-text-center">#</th>
224
                                                                            </tr>
225
                                                                            </thead>
226
                                                                            <tbody>
227
                                                                            <tr>
228
                                                                                <th>In Graph Analysis</th>
229
                                                                                <th class="uk-text-center">
230
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['restricted'].showInMonitor"
231
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['restricted'].showInMonitor;
232
                                                                                                      toggleShowInMonitor(entity,'numbers','restricted')"></mat-slide-toggle>
233
                                                                                </th>
234
                                                                            </tr>
235
                                                                            <tr>
236
                                                                                <th>In Overview</th>
237
                                                                                <th class="uk-text-center">
238
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['restricted'].showInDashboard"
239
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['restricted'].showInDashboard;
240
                                                                                                      toggleShowInDashboard(entity,'numbers','restricted')"></mat-slide-toggle>
241
                                                                                </th>
242
                                                                            </tr>
243
                                                                            </tbody>
244
                                                                        </table>
245
                                                                    </div>
246
                                                                </div>
247
                                                            </div>
248
                                                            <div class="uk-width-1-3">
249
                                                                <div class="uk-flex uk-flex-middle uk-padding uk-padding-remove-top" uk-grid>
250
                                                                    <div class="uk-card portal-card uk-text-right uk-padding-small uk-width-1-2">
251
                                                                        <div
252
                                                                          class="uk-text-large">{{statisticsSum[entity].embargo|number}}</div>
253
                                                                        <div>Embargo
254
                                                                            {{ entity == 'dataset' ? 'research data' : entitiesMap.get(entity) }}</div>
255
                                                                    </div>
256
                                                                    <div class="uk-width-expand">
257
                                                                        <table class="uk-table uk-table-striped uk-width-expand@m uk-width-1-1@l">
258
                                                                            <thead>
259
                                                                            <tr>
260
                                                                                <th>Show</th>
261
                                                                                <th class="uk-text-center">#</th>
262
                                                                            </tr>
263
                                                                            </thead>
264
                                                                            <tbody>
265
                                                                            <tr>
266
                                                                                <th>In Graph Analysis</th>
267
                                                                                <th class="uk-text-center">
268
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['embargo'].showInMonitor"
269
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['embargo'].showInMonitor;
270
                                                                                                      toggleShowInMonitor(entity,'numbers','embargo')"></mat-slide-toggle>
271
                                                                                </th>
272
                                                                            </tr>
273
                                                                            <tr>
274
                                                                                <th>In Overview</th>
275
                                                                                <th class="uk-text-center">
276
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['embargo'].showInDashboard"
277
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['embargo'].showInDashboard;
278
                                                                                                      toggleShowInDashboard(entity,'numbers','embargo')"></mat-slide-toggle>
279
                                                                                </th>
280
                                                                            </tr>
281
                                                                            </tbody>
282
                                                                        </table>
283
                                                                    </div>
284
                                                                </div>
285
                                                            </div>
286
                                                        </div>
287
                                                    </div>
288
                                                    <div>
289
                                                        <div>
290
                                                            <div *ngIf="statisticsDisplay.entities[entity].charts.map['timeline'] &&
291
                                                                            chartsInfoMap[entity + 'Timeline']"
292
                                                                 class="uk-grid">
293
                                                                <div class="uk-width-expand@m uk-width-3-4@l">
294
                                                                    <div class=" iframeContainer uk-height-large uk-margin-top">
295
                                                                        <iframe [src]=chartsInfoMap[displayedTimeline].url scrolling="no" class=""></iframe>
296
                                                                    </div>
297
                                                                </div>
298
                                                                <div class="uk-margin-top">
299
                                                                    <h6>Display options</h6>
300
                                                                    <table class="uk-table uk-table-striped uk-width-expand@m uk-width-1-1@l">
301
                                                                        <thead>
302
                                                                        <tr>
303
                                                                            <th>Show</th>
304
                                                                            <th class="uk-text-center">#</th>
305
                                                                        </tr>
306
                                                                        </thead>
307
                                                                        <tbody>
308
                                                                            <tr>
309
                                                                                <th>In Graph Analysis</th>
310
                                                                                <th class="uk-text-center">
311
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].charts.map['timeline'].showInMonitor"
312
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['timeline'].showInMonitor;
313
                                                                                                      toggleShowInMonitor(entity,'charts','timeline')"></mat-slide-toggle>
314
                                                                                </th>
315
                                                                            </tr>
316
                                                                            <tr>
317
                                                                                <th>In Overview</th>
318
                                                                                <th class="uk-text-center">
319
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].charts.map['timeline'].showInDashboard"
320
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['timeline'].showInDashboard;
321
                                                                                                      toggleShowInDashboard(entity,'charts','timeline')"></mat-slide-toggle>
322
                                                                                </th>
323
                                                                            </tr>
324
                                                                        </tbody>
325
                                                                    </table>
326
                                                                </div>
327
                                                            </div>
328
                                                            <hr>
329
                                                            <div *ngIf="statisticsDisplay.entities[entity].charts.map['graph'] &&
330
                                                                        chartsInfoMap[entity + 'Graph']"
331
                                                                 class="uk-grid">
332
                                                                <div class="uk-width-expand@m uk-width-3-4@l">
333
                                                                    <div class=" iframeContainer uk-height-large uk-margin-top">
334
                                                                        <iframe [src]=chartsInfoMap[displayedGraph].url scrolling="no" class=""></iframe>
335
                                                                    </div>
336
                                                                </div>
337
                                                                <div class="uk-margin-top">
338
                                                                    <h6>Display options</h6>
339
                                                                    <table class="uk-table  uk-table-striped uk-width-expand@m uk-width-1-1@l">
340
                                                                        <thead>
341
                                                                        <tr>
342
                                                                            <th>Show</th>
343
                                                                            <th class="uk-text-center">#</th>
344
                                                                        </tr>
345
                                                                        </thead>
346
                                                                        <tbody>
347
                                                                        <tr>
348
                                                                            <th>In Graph Analysis</th>
349
                                                                            <th class="uk-text-center">
350
                                                                                <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].charts.map['graph'].showInMonitor"
351
                                                                                                  (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['graph'].showInMonitor;
352
                                                                                                  toggleShowInMonitor(entity,'charts','graph')"></mat-slide-toggle>
353
                                                                            </th>
354
                                                                        </tr>
355
                                                                        <tr>
356
                                                                            <th>In Overview</th>
357
                                                                            <th class="uk-text-center">
358
                                                                                <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].charts.map['graph'].showInDashboard"
359
                                                                                                  (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['graph'].showInDashboard;
360
                                                                                                  toggleShowInDashboard(entity,'charts','graph')"></mat-slide-toggle>
361
                                                                            </th>
362
                                                                        </tr>
363
                                                                        </tbody>
364
                                                                    </table>
365
                                                                </div>
366
                                                            </div>
367
                                                            <hr>
368
                                                        </div>
369
                                                        <div>
370
                                                            <h5 class="uk-text-uppercase uk-text-bold">{{ entitiesMap.get(entity) }} per project</h5>
371
                                                        </div>
372
                                                        <div class="uk-grid">
373
                                                            <div class="uk-width-3-4@l uk-width-1-1@m uk-first-column">
374
                                                                <ul class="uk-tab uk-margin-top" data-uk-tab="{connect: '#projectChartTabs'">
375
                                                                    <li *ngIf="statisticsDisplay.entities[entity].charts.map['projectColumn'] && chartsInfoMap[entity + 'Projectcolumn']"
376
                                                                        (click)="changeDisplayedProjectChart(entity + 'Projectcolumn')">
377

    
378
                                                                        <a href="#">Columns</a>
379
                                                                    </li>
380
                                                                    <li *ngIf=" statisticsDisplay.entities[entity].charts.map['projectPie'] && chartsInfoMap[entity + 'Projectpie']"
381
                                                                        (click)="changeDisplayedProjectChart(entity + 'Projectpie')">
382

    
383
                                                                        <a href="#">Pie</a>
384
                                                                    </li>
385
                                                                    <li *ngIf=" statisticsDisplay.entities[entity].charts.map['projectTable'] && chartsInfoMap[entity + 'Projecttable']"
386
                                                                        (click)="changeDisplayedProjectChart(entity + 'Projecttable')">
387

    
388
                                                                        <a href="#">Table</a>
389
                                                                    </li>
390
                                                                </ul>
391
                                                                <ul id="projectChartTabs" class="uk-switcher uk-margin">
392
                                                                    <li>
393
                                                                        <div *ngIf="displayedProjectChart == (entity + 'Projectcolumn')">
394
                                                                            <div class=" iframeContainer uk-height-large uk-margin-top">
395

    
396
                                                                                <iframe [src]=chartsInfoMap[displayedProjectChart].url scrolling="no" class=""></iframe>
397
                                                                            </div>
398
                                                                        </div>
399
                                                                    </li>
400
                                                                    <li>
401
                                                                        <div *ngIf="displayedProjectChart == (entity + 'Projectpie')">
402
                                                                            <div class=" iframeContainer uk-height-large uk-margin-top">
403
                                                                                <iframe [src]=chartsInfoMap[displayedProjectChart].url scrolling="no" class=""></iframe>
404
                                                                            </div>
405
                                                                        </div>
406
                                                                    </li>
407
                                                                    <li>
408
                                                                        <div *ngIf="displayedProjectChart == (entity + 'Projecttable')">
409
                                                                            <div class=" iframeContainer uk-height-large uk-margin-top">
410

    
411
                                                                                <iframe [src]=chartsInfoMap[displayedProjectChart].url scrolling="no" class=""></iframe>
412
                                                                            </div>
413
                                                                        </div>
414
                                                                    </li>
415
                                                                </ul>
416
                                                            </div>
417
                                                            <div class="uk-width-1-4@l uk-width-1-1@m uk-margin-top uk-first-column">
418
                                                                <h6>Display options</h6>
419
                                                                <table class="uk-table uk-table-striped">
420
                                                                    <thead>
421
                                                                    <tr>
422
                                                                        <th>Show</th>
423
                                                                        <th>Column</th>
424
                                                                        <th>Pie</th>
425
                                                                        <th>Table</th>
426
                                                                        <th>All</th>
427
                                                                    </tr>
428
                                                                    </thead>
429
                                                                    <tbody>
430
                                                                    <tr>
431
                                                                        <th>In Graph Analysis</th>
432
                                                                        <th class="uk-text-center">
433
                                                                            <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].charts.map['projectColumn'].showInMonitor"
434
                                                                                              (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['projectColumn'].showInMonitor;
435
                                                                                              toggleShowInMonitor(entity,'charts','projectColumn')"></mat-slide-toggle>
436
                                                                        </th>
437
                                                                        <th class="uk-text-center">
438
                                                                            <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].charts.map['projectPie'].showInMonitor"
439
                                                                                              (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['projectPie'].showInMonitor;
440
                                                                                              toggleShowInMonitor(entity,'charts','projectPie')"></mat-slide-toggle>
441
                                                                        </th>
442
                                                                        <th class="uk-text-center">
443
                                                                            <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].charts.map['projectTable'].showInMonitor"
444
                                                                                              (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['projectTable'].showInMonitor;
445
                                                                                              toggleShowInMonitor(entity,'charts','projectTable')"></mat-slide-toggle>
446
                                                                        </th>
447
                                                                        <th class="uk-text-center">
448
                                                                            <mat-slide-toggle [checked]="showAllInMonitor"
449
                                                                                              (change)="$event.checked = showAllInMonitor;
450
                                                                                              toggleShowAllInMonitor(entity)"></mat-slide-toggle>
451

    
452
                                                                        </th>
453
                                                                    </tr>
454
                                                                    <tr>
455
                                                                        <th>In Overview</th>
456
                                                                        <th class="uk-text-center">
457
                                                                            <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].charts.map['projectColumn'].showInDashboard"
458
                                                                                              (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['projectColumn'].showInDashboard;
459
                                                                                              toggleShowInDashboard(entity,'charts','projectColumn')"></mat-slide-toggle>
460
                                                                        </th>
461
                                                                        <th class="uk-text-center">
462
                                                                            <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].charts.map['projectPie'].showInDashboard"
463
                                                                                              (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['projectPie'].showInDashboard;
464
                                                                                              toggleShowInDashboard(entity,'charts','projectPie')"></mat-slide-toggle>
465
                                                                        </th>
466
                                                                        <th class="uk-text-center">
467
                                                                            <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].charts.map['projectTable'].showInDashboard"
468
                                                                                              (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['projectTable'].showInDashboard;
469
                                                                                              toggleShowInDashboard(entity,'charts','projectTable')"></mat-slide-toggle>
470
                                                                        </th>
471
                                                                        <th class="uk-text-center">
472
                                                                            <mat-slide-toggle [checked]="showAllInDashboard"
473
                                                                                              (change)="$event.checked = showAllInDashboard;
474
                                                                                              toggleShowAllInDashboard(entity)"></mat-slide-toggle>
475

    
476
                                                                        </th>
477
                                                                    </tr>
478
                                                                    </tbody>
479
                                                                </table>
480
                                                            </div>
481
                                                        </div>
482
                                                    </div>
483
                                                </div>
484
                                            </li>
485
                                        </ul>
486
                                    </div>
487
                                </div>
488
                            </article>
489
                        </div>
490
                    </div>
491
                </div>
492
            </div>
493
        </div>
494
    </div>
495
</div>
(2-2/4)