all-in-one-graph.component.html 295 B

12345
  1. <h2>Rural attractiveness of regions between 2015 and 2040</h2>
  2. <div id="plot-place" *ngIf="dataLoaded; else loading">
  3. <plotly-plot [data]="data" [layout]="layout" [className]="'plotly-plot'" [useResizeHandler]="true"></plotly-plot>
  4. </div>
  5. <ng-template #loading> Loading data... </ng-template>