2021-04-13 21:53:58 +02:00
|
|
|
<ngx-skeleton-loader
|
|
|
|
*ngIf="isLoading"
|
|
|
|
animation="pulse"
|
|
|
|
[theme]="{
|
2021-07-03 11:32:03 +02:00
|
|
|
height: '100%',
|
2021-04-13 21:53:58 +02:00
|
|
|
width: '100%'
|
|
|
|
}"
|
|
|
|
></ngx-skeleton-loader>
|
|
|
|
<canvas
|
|
|
|
#chartCanvas
|
2021-07-03 11:32:03 +02:00
|
|
|
class="h-100"
|
2021-04-13 21:53:58 +02:00
|
|
|
[ngStyle]="{ display: isLoading ? 'none' : 'block' }"
|
|
|
|
></canvas>
|