- <div class="card">
- <h3>Detailed overview of {{region}}</h3>
- <div class="plot-place card-body" *ngIf="dataLoaded; else loading">
- <plotly-plot [data]="data" [layout]="plotlyLayout" [config]="plotlyConfig" [className]="'plotly-plot'"
- [useResizeHandler]="true"></plotly-plot>
- </div>
- <ng-template #loading> Loading data... </ng-template>
- </div>
|