Project

General

Profile

1
<div id="stats">
2
    <div class="menubar ">
3
        <div *ngIf="statisticsSum" class="page-title uk-article-title">
4
            Statistics
5
            <!--<small>[total number of projects is <span class="uk-text-bold">{{ statisticsSum.total_projects }}</span>]</small>-->
6
        </div>
7
    </div>
8

    
9
    <div id="contentWrapper" class="content-wrapper">
10
        <div>
11
            <div class="contentPanel uk-margin-top">
12
                <!-- <div *ngIf="errorMessage" class="uk-alert-danger uk-alert">{{ errorMessage }}</div>
13
                <div *ngIf="loadingMessage" class="loading-big">
14
                    <div class="loader-big" style="text-align: center; padding-top: 170px; color: rgb(47, 64, 80); font-weight: bold;">{{ loadingMessage }}</div>
15
                    <div class="whiteFilm"></div>
16
                </div> -->
17
                <div *ngIf="updateErrorMessage" class="uk-alert uk-alert-danger" role="alert">{{updateErrorMessage}}</div>
18
                <div *ngIf="errorMessage" class="uk-alert uk-alert-danger" role="alert">{{errorMessage}}</div>
19
                <div [style.display]="showLoading ? 'inline' : 'none'" class="uk-animation-fade uk-width-1-1" role="alert"><img class="uk-align-center loading-gif"></div>
20

    
21
                <div class="uk-alert uk-alert-primary uk-margin-top-large">
22
                    <div>
23
                        <span class="uk-margin-small-right uk-icon uk-icon-justify" uk-icon="warning"></span>
24
                        <span>
25
                            Options for showing/hiding statistics from the Community Gateway's Overview and Graph Analysis view.<br>
26
                            Regardless of the administrator's choices, numbers equal to 0 will not appear in Graph Analysis view.<br>
27
                            Also, statistics of deactivated entities will not appear in either Community Gateway's Overview and Graph Analysis view.
28
                        </span>
29
                    </div>
30
                </div>
31
                <div *ngIf="communityId">
32
                    <div class="users-list">
33
                        <div class="col-md-12">
34
                            <article class="uk-article ">
35
                                <div *ngIf="!statisticsSum || statisticsSum.total_projects==0" class="uk-alert uk-alert-info">
36
                                    No statistics are available yet for {{ communityId.toUpperCase() }}
37
                                </div>
38

    
39
                                <div *ngIf="statisticsSum && statisticsSum.total_projects>0 && statisticsDisplay && chartsInfoMap"
40
                                     class="uk-margin uk-margin-top">
41
                                    <div>
42
                                        <ul class="uk-tab uk-margin-top" data-uk-tab="{connect:'#tabs'}">
43
                                            <li *ngFor="let entity of entitiesList"
44
                                                (click)="onChangeEntity(entity)">
45

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

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

    
54
                                                    <div class="uk-heading-divider">
55
                                                        <h3>{{ entitiesMap.get(entity) }} <small *ngIf="deactivatedEntity" class="uk-text-danger uk-text-small">(this entity has been deactivated)</small></h3>
56
                                                        <div uk-grid>
57
                                                            <div class="uk-width-1-3">
58
                                                                <div class="uk-flex uk-flex-middle uk-padding uk-padding-remove-top" uk-grid>
59
                                                                    <div class="uk-card portal-card uk-text-right uk-padding-small uk-width-1-2">
60
                                                                        <div
61
                                                                          class="uk-text-large">{{statisticsSum[entity].total|number}}</div>
62
                                                                        <div>Total
63
                                                                            {{ entity == 'dataset' ? 'research data' : entitiesMap.get(entity) }}</div>
64
                                                                    </div>
65
                                                                    <div class="uk-width-expand">
66
                                                                        <table class="uk-table uk-table-striped uk-width-expand@m uk-width-1-1@l">
67
                                                                            <thead>
68
                                                                            <tr>
69
                                                                                <th>Show</th>
70
                                                                                <th class="uk-text-center">#</th>
71
                                                                            </tr>
72
                                                                            </thead>
73
                                                                            <tbody>
74
                                                                            <tr>
75
                                                                                <th>In Graph Analysis</th>
76
                                                                                <th class="uk-text-center">
77
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['total'].showInMonitor"
78
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['total'].showInMonitor;
79
                                                                                                      toggleShowInMonitor(entity,'numbers','total')"></mat-slide-toggle>
80
                                                                                </th>
81
                                                                            </tr>
82
                                                                            <tr>
83
                                                                                <th>In Overview</th>
84
                                                                                <th class="uk-text-center">
85
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['total'].showInDashboard"
86
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['total'].showInDashboard;
87
                                                                                                      toggleShowInDashboard(entity,'numbers','total')"></mat-slide-toggle>
88
                                                                                </th>
89
                                                                            </tr>
90
                                                                            </tbody>
91
                                                                        </table>
92
                                                                    </div>
93
                                                                </div>
94
                                                            </div>
95
                                                            <div class="uk-width-1-3">
96
                                                                <div class="uk-flex uk-flex-middle uk-padding uk-padding-remove-top" uk-grid>
97
                                                                    <div class="uk-card portal-card uk-text-right  uk-padding-small uk-width-1-2">
98
                                                                        <div
99
                                                                          class="uk-text-large">{{statisticsSum[entity].projects|number}}</div>
100
                                                                        <div>Total projects linked to
101
                                                                            {{ entity == 'dataset' ? 'research data' : entitiesMap.get(entity) }}</div>
102
                                                                    </div>
103
                                                                    <div class="uk-width-expand">
104
                                                                        <table class="uk-table uk-table-striped uk-width-expand@m uk-width-1-1@l">
105
                                                                            <thead>
106
                                                                            <tr>
107
                                                                                <th>Show</th>
108
                                                                                <th class="uk-text-center">#</th>
109
                                                                            </tr>
110
                                                                            </thead>
111
                                                                            <tbody>
112
                                                                            <tr>
113
                                                                                <th>In Graph Analysis</th>
114
                                                                                <th class="uk-text-center">
115
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['project'].showInMonitor"
116
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['project'].showInMonitor;
117
                                                                                                      toggleShowInMonitor(entity,'numbers','project')"></mat-slide-toggle>
118
                                                                                </th>
119
                                                                            </tr>
120
                                                                            <tr>
121
                                                                                <th>In Overview</th>
122
                                                                                <th class="uk-text-center">
123
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['project'].showInDashboard"
124
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['project'].showInDashboard;
125
                                                                                                      toggleShowInDashboard(entity,'numbers','project')"></mat-slide-toggle>
126
                                                                                </th>
127
                                                                            </tr>
128
                                                                            </tbody>
129
                                                                        </table>
130
                                                                    </div>
131
                                                                </div>
132
                                                            </div>
133
                                                            <div class="uk-width-1-3">
134
                                                                <div class="uk-flex uk-flex-middle uk-padding uk-padding-remove-top" uk-grid>
135
                                                                    <div class="uk-card portal-card uk-text-right uk-padding-small uk-width-1-2">
136
                                                                        <div
137
                                                                          class="uk-text-large">{{statisticsSum[entity].open_access|number}}</div>
138
                                                                        <div>Open Access
139
                                                                            {{ entity == 'dataset' ? 'research data' : entitiesMap.get(entity) }}</div>
140
                                                                    </div>
141
                                                                    <div class="uk-width-expand">
142
                                                                        <table class="uk-table uk-table-striped uk-width-expand@m uk-width-1-1@l">
143
                                                                            <thead>
144
                                                                            <tr>
145
                                                                                <th>Show</th>
146
                                                                                <th class="uk-text-center">#</th>
147
                                                                            </tr>
148
                                                                            </thead>
149
                                                                            <tbody>
150
                                                                            <tr>
151
                                                                                <th>In Graph Analysis</th>
152
                                                                                <th class="uk-text-center">
153
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['open'].showInMonitor"
154
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['open'].showInMonitor;
155
                                                                                                      toggleShowInMonitor(entity,'numbers','open')"></mat-slide-toggle>
156
                                                                                </th>
157
                                                                            </tr>
158
                                                                            <tr>
159
                                                                                <th>In Overview</th>
160
                                                                                <th class="uk-text-center">
161
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['open'].showInDashboard"
162
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['open'].showInDashboard;
163
                                                                                                      toggleShowInDashboard(entity,'numbers','open')"></mat-slide-toggle>
164
                                                                                </th>
165
                                                                            </tr>
166
                                                                            </tbody>
167
                                                                        </table>
168
                                                                    </div>
169
                                                                </div>
170
                                                            </div>
171
                                                            <div class="uk-width-1-3">
172
                                                                <div class="uk-flex uk-flex-middle uk-padding uk-padding-remove-top" uk-grid>
173
                                                                    <div class="uk-card portal-card uk-text-right uk-padding-small uk-width-1-2">
174
                                                                        <div
175
                                                                          class="uk-text-large">{{statisticsSum[entity].closed_access|number}}</div>
176
                                                                        <div>Closed Access
177
                                                                            {{ entity == 'dataset' ? 'research data' : entitiesMap.get(entity) }}</div>
178
                                                                    </div>
179
                                                                    <div class="uk-width-expand">
180
                                                                        <table class="uk-table uk-table-striped uk-width-expand@m uk-width-1-1@l">
181
                                                                            <thead>
182
                                                                            <tr>
183
                                                                                <th>Show</th>
184
                                                                                <th class="uk-text-center">#</th>
185
                                                                            </tr>
186
                                                                            </thead>
187
                                                                            <tbody>
188
                                                                            <tr>
189
                                                                                <th>In Graph Analysis</th>
190
                                                                                <th class="uk-text-center">
191
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['closed'].showInMonitor"
192
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['closed'].showInMonitor;
193
                                                                                                      toggleShowInMonitor(entity,'numbers','closed')"></mat-slide-toggle>
194
                                                                                </th>
195
                                                                            </tr>
196
                                                                            <tr>
197
                                                                                <th>In Overview</th>
198
                                                                                <th class="uk-text-center">
199
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['closed'].showInDashboard"
200
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['closed'].showInDashboard;
201
                                                                                                      toggleShowInDashboard(entity,'numbers','closed')"></mat-slide-toggle>
202
                                                                                </th>
203
                                                                            </tr>
204
                                                                            </tbody>
205
                                                                        </table>
206
                                                                    </div>
207
                                                                </div>
208
                                                            </div>
209
                                                            <div class="uk-width-1-3">
210
                                                                <div class="uk-flex uk-flex-middle uk-padding uk-padding-remove-top" uk-grid>
211
                                                                    <div class="uk-card portal-card uk-text-right uk-padding-small uk-width-1-2">
212
                                                                        <div
213
                                                                          class="uk-text-large">{{statisticsSum[entity].restricted|number}}</div>
214
                                                                        <div>Restricted
215
                                                                            {{ entity == 'dataset' ? 'research data' : entitiesMap.get(entity) }}</div>
216
                                                                    </div>
217
                                                                    <div class="uk-width-expand">
218
                                                                        <table class="uk-table uk-table-striped uk-width-expand@m uk-width-1-1@l">
219
                                                                            <thead>
220
                                                                            <tr>
221
                                                                                <th>Show</th>
222
                                                                                <th class="uk-text-center">#</th>
223
                                                                            </tr>
224
                                                                            </thead>
225
                                                                            <tbody>
226
                                                                            <tr>
227
                                                                                <th>In Graph Analysis</th>
228
                                                                                <th class="uk-text-center">
229
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['restricted'].showInMonitor"
230
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['restricted'].showInMonitor;
231
                                                                                                      toggleShowInMonitor(entity,'numbers','restricted')"></mat-slide-toggle>
232
                                                                                </th>
233
                                                                            </tr>
234
                                                                            <tr>
235
                                                                                <th>In Overview</th>
236
                                                                                <th class="uk-text-center">
237
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['restricted'].showInDashboard"
238
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['restricted'].showInDashboard;
239
                                                                                                      toggleShowInDashboard(entity,'numbers','restricted')"></mat-slide-toggle>
240
                                                                                </th>
241
                                                                            </tr>
242
                                                                            </tbody>
243
                                                                        </table>
244
                                                                    </div>
245
                                                                </div>
246
                                                            </div>
247
                                                            <div class="uk-width-1-3">
248
                                                                <div class="uk-flex uk-flex-middle uk-padding uk-padding-remove-top" uk-grid>
249
                                                                    <div class="uk-card portal-card uk-text-right uk-padding-small uk-width-1-2">
250
                                                                        <div
251
                                                                          class="uk-text-large">{{statisticsSum[entity].embargo|number}}</div>
252
                                                                        <div>Embargo
253
                                                                            {{ entity == 'dataset' ? 'research data' : entitiesMap.get(entity) }}</div>
254
                                                                    </div>
255
                                                                    <div class="uk-width-expand">
256
                                                                        <table class="uk-table uk-table-striped uk-width-expand@m uk-width-1-1@l">
257
                                                                            <thead>
258
                                                                            <tr>
259
                                                                                <th>Show</th>
260
                                                                                <th class="uk-text-center">#</th>
261
                                                                            </tr>
262
                                                                            </thead>
263
                                                                            <tbody>
264
                                                                            <tr>
265
                                                                                <th>In Graph Analysis</th>
266
                                                                                <th class="uk-text-center">
267
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['embargo'].showInMonitor"
268
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['embargo'].showInMonitor;
269
                                                                                                      toggleShowInMonitor(entity,'numbers','embargo')"></mat-slide-toggle>
270
                                                                                </th>
271
                                                                            </tr>
272
                                                                            <tr>
273
                                                                                <th>In Overview</th>
274
                                                                                <th class="uk-text-center">
275
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].numbers.map['embargo'].showInDashboard"
276
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['embargo'].showInDashboard;
277
                                                                                                      toggleShowInDashboard(entity,'numbers','embargo')"></mat-slide-toggle>
278
                                                                                </th>
279
                                                                            </tr>
280
                                                                            </tbody>
281
                                                                        </table>
282
                                                                    </div>
283
                                                                </div>
284
                                                            </div>
285
                                                        </div>
286
                                                    </div>
287
                                                    <div *ngIf="statisticsSum[entity].total==0"
288
                                                         class="uk-alert uk-alert-info">
289

    
290
                                                        No {{ entitiesMap.get(entity) }} statistics available yet
291
                                                    </div>
292
                                                    <div *ngIf="statisticsSum[entity].total>0">
293
                                                        <div>
294
                                                            <div *ngIf="statisticsDisplay.entities[entity].charts.map['timeline'] &&
295
                                                                            chartsInfoMap[entity + 'Timeline']"
296
                                                                 class="uk-grid">
297
                                                                <div class="uk-width-expand@m uk-width-3-4@l">
298
                                                                    <div class=" iframeContainer uk-height-large uk-margin-top">
299
                                                                        <iframe [src]=chartsInfoMap[displayedTimeline].url scrolling="no" class=""></iframe>
300
                                                                    </div>
301
                                                                </div>
302
                                                                <div class="uk-margin-top">
303
                                                                    <h6>Display options</h6>
304
                                                                    <table class="uk-table uk-table-striped uk-width-expand@m uk-width-1-1@l">
305
                                                                        <thead>
306
                                                                        <tr>
307
                                                                            <th>Show</th>
308
                                                                            <th class="uk-text-center">#</th>
309
                                                                        </tr>
310
                                                                        </thead>
311
                                                                        <tbody>
312
                                                                            <tr>
313
                                                                                <th>In Graph Analysis</th>
314
                                                                                <th class="uk-text-center">
315
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].charts.map['timeline'].showInMonitor"
316
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['timeline'].showInMonitor;
317
                                                                                                      toggleShowInMonitor(entity,'charts','timeline')"></mat-slide-toggle>
318
                                                                                </th>
319
                                                                            </tr>
320
                                                                            <tr>
321
                                                                                <th>In Overview</th>
322
                                                                                <th class="uk-text-center">
323
                                                                                    <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].charts.map['timeline'].showInDashboard"
324
                                                                                                      (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['timeline'].showInDashboard;
325
                                                                                                      toggleShowInDashboard(entity,'charts','timeline')"></mat-slide-toggle>
326
                                                                                </th>
327
                                                                            </tr>
328
                                                                        </tbody>
329
                                                                    </table>
330
                                                                </div>
331
                                                            </div>
332
                                                            <hr>
333
                                                            <div *ngIf="statisticsDisplay.entities[entity].charts.map['graph'] &&
334
                                                                        chartsInfoMap[entity + 'Graph']"
335
                                                                 class="uk-grid">
336
                                                                <div class="uk-width-expand@m uk-width-3-4@l">
337
                                                                    <div class=" iframeContainer uk-height-large uk-margin-top">
338
                                                                        <iframe [src]=chartsInfoMap[displayedGraph].url scrolling="no" class=""></iframe>
339
                                                                    </div>
340
                                                                </div>
341
                                                                <div class="uk-margin-top">
342
                                                                    <h6>Display options</h6>
343
                                                                    <table class="uk-table  uk-table-striped uk-width-expand@m uk-width-1-1@l">
344
                                                                        <thead>
345
                                                                        <tr>
346
                                                                            <th>Show</th>
347
                                                                            <th class="uk-text-center">#</th>
348
                                                                        </tr>
349
                                                                        </thead>
350
                                                                        <tbody>
351
                                                                        <tr>
352
                                                                            <th>In Graph Analysis</th>
353
                                                                            <th class="uk-text-center">
354
                                                                                <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].charts.map['graph'].showInMonitor"
355
                                                                                                  (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['graph'].showInMonitor;
356
                                                                                                  toggleShowInMonitor(entity,'charts','graph')"></mat-slide-toggle>
357
                                                                            </th>
358
                                                                        </tr>
359
                                                                        <tr>
360
                                                                            <th>In Overview</th>
361
                                                                            <th class="uk-text-center">
362
                                                                                <mat-slide-toggle [checked]="statisticsDisplay.entities[entity].charts.map['graph'].showInDashboard"
363
                                                                                                  (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['graph'].showInDashboard;
364
                                                                                                  toggleShowInDashboard(entity,'charts','graph')"></mat-slide-toggle>
365
                                                                            </th>
366
                                                                        </tr>
367
                                                                        </tbody>
368
                                                                    </table>
369
                                                                </div>
370
                                                            </div>
371
                                                            <hr>
372
                                                        </div>
373
                                                        <div>
374
                                                            <h4 class="uk-text-uppercase uk-text-bold">{{ entitiesMap.get(entity) }} per project</h4>
375
                                                        </div>
376
                                                        <div class="uk-grid">
377
                                                            <div class="uk-width-3-4@l uk-width-1-1@m uk-first-column">
378
                                                                <ul class="uk-tab uk-margin-top" data-uk-tab="{connect: '#projectChartTabs'">
379
                                                                    <li *ngIf="statisticsDisplay.entities[entity].charts.map['projectColumn'] && chartsInfoMap[entity + 'Projectcolumn']"
380
                                                                        (click)="changeDisplayedProjectChart(entity + 'Projectcolumn')">
381

    
382
                                                                        <a href="#">Columns</a>
383
                                                                    </li>
384
                                                                    <li *ngIf=" statisticsDisplay.entities[entity].charts.map['projectPie'] && chartsInfoMap[entity + 'Projectpie']"
385
                                                                        (click)="changeDisplayedProjectChart(entity + 'Projectpie')">
386

    
387
                                                                        <a href="#">Pie</a>
388
                                                                    </li>
389
                                                                    <li *ngIf=" statisticsDisplay.entities[entity].charts.map['projectTable'] && chartsInfoMap[entity + 'Projecttable']"
390
                                                                        (click)="changeDisplayedProjectChart(entity + 'Projecttable')">
391

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

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

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

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

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