Add sun hours to monthly chart
This commit is contained in:
parent
509ccea760
commit
8c95857207
@ -51,6 +51,12 @@
|
|||||||
</app-graph>
|
</app-graph>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</mat-tab>
|
</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>
|
</mat-tab-group>
|
||||||
</div>
|
</div>
|
||||||
<div class="places-container">
|
<div class="places-container">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user