aswi2021codebakers-gitlab/src/app/unit/components/unit.component.html @ b887ecc3
1 | 370c3423 | hlavja | <app-nav-bar></app-nav-bar>
|
---|---|---|---|
2 | |||
3 | {{ unitId}} |
||
4 | <br>
|
||
5 | ------ |
||
6 | <br><br>
|
||
7 | |||
8 | <div class="row"> |
||
9 | <div class="col"> |
||
10 | <p-calendar [style]="{'width':'100%'}" [inputStyle]="{'width':'100%'}" [(ngModel)]="rangeDates" selectionMode="range" [showTime]="true" [numberOfMonths]="3" (onSelect)="showGraph()"></p-calendar> |
||
11 | </div>
|
||
12 | <div class="col"> |
||
13 | <p-listbox [options]="aggregationFunction" [(ngModel)]="selectedAggregationFunction" optionLabel="name" optionValue="code" (onClick)="showGraph()"></p-listbox> |
||
14 | </div>
|
||
15 | </div>
|
||
16 | |||
17 | 11efc186 | hlavja | <div *ngFor="let group of sensorGroups"> |
18 | <div id="vega_container_{{group}}"></div> |
||
19 | </div>
|
||
20 | 8b522708 | Štěpán Červenka | |
21 | e82ceab4 | hlavja | {{ data | json}} |