|
|
@@ -1,5 +1,8 @@
|
|
|
-<h2>Rural attractiveness index of regions between 2015 and 2040</h2>
|
|
|
-<div id="plot-place" *ngIf="dataLoaded; else loading">
|
|
|
- <plotly-plot [data]="data" [layout]="plotlyLayout" [config]="plotlyConfig" [className]="'plotly-plot'" [useResizeHandler]="true"></plotly-plot>
|
|
|
+<div class="card">
|
|
|
+ <h2>Rural attractiveness index of regions between 2015 and 2040</h2>
|
|
|
+ <div id="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>
|
|
|
-<ng-template #loading> Loading data... </ng-template>
|