2020-03-16 13:53:07 -04:00
|
|
|
<mat-card class="{{elevation}}">
|
|
|
|
|
<mat-card-title>Folders</mat-card-title>
|
|
|
|
|
<mat-card-content>
|
2020-03-19 20:12:58 -04:00
|
|
|
<div fxLayout="row" fxLayoutAlign="space-between start">
|
|
|
|
|
<app-donut-chart [elementID]="chartID"></app-donut-chart>
|
|
|
|
|
<div fxLayout="column" fxLayoutAlign="space-evenly end">
|
|
|
|
|
<app-chart-item></app-chart-item>
|
|
|
|
|
<app-chart-item></app-chart-item>
|
|
|
|
|
<app-chart-item></app-chart-item>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2020-03-16 13:53:07 -04:00
|
|
|
</mat-card-content>
|
|
|
|
|
</mat-card>
|