ghostfolio/apps/client/src/app/components/investment-chart/investment-chart.component.html

14 lines
246 B
HTML
Raw Normal View History

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