Add sun hours to monthly chart

This commit is contained in:
Patrick Gebhardt 2020-06-25 15:14:43 +02:00
parent 509ccea760
commit 8c95857207

View File

@ -51,6 +51,12 @@
</app-graph>
</ng-template>
</mat-tab>
<mat-tab *ngIf="region.sun_hours" label="Sun hours">
<ng-template matTabContent>
<app-graph [monthlyDatas]="[region.sun_hours]" class="graph" formatSting="####" graphType="column">
</app-graph>
</ng-template>
</mat-tab>
</mat-tab-group>
</div>
<div class="places-container">