|
|
@@ -16,25 +16,53 @@
|
|
|
<p>Attractiveness can be seen from the perspective of a farmer, a young man or woman, a businessman or a sociologist. As there is no singular perception of attractiveness, there cannot be a singular value representing it. In the Index of regional attractiveness, we emphasize the attractiveness of a region as a compound and relative value. Based on available statistical data about a region, each region is then assessed by several factors. In this showcase we differentiate social, anthropic, natural and economic factor.</p>
|
|
|
<p></p>
|
|
|
</div>
|
|
|
- <div class="graph-row">
|
|
|
- <year-graph></year-graph>
|
|
|
- </div>
|
|
|
- <div class="graph-row-plotly">
|
|
|
- <all-in-one-graph></all-in-one-graph>
|
|
|
- </div>
|
|
|
- <div class="graph-row-plotly">
|
|
|
- <ng-container *ngFor="let region of sdmDihService.regions">
|
|
|
- <region-graph [region]="region"></region-graph>
|
|
|
- </ng-container>
|
|
|
- </div>
|
|
|
- <div class="map-row">
|
|
|
- <h2>Map-based comparison</h2>
|
|
|
- <div class="hs-map">
|
|
|
- <hslayers></hslayers>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="graph-row">
|
|
|
- race chart
|
|
|
- #PLACEHOLDER
|
|
|
- </div>
|
|
|
+
|
|
|
+ <nav ngbNav #nav="ngbNav" [activeId]="2" class="nav-tabs">
|
|
|
+ <ng-container ngbNavItem disabled="true">
|
|
|
+ <a ngbNavLink>Visualizations:</a>
|
|
|
+ <ng-template ngbNavContent>
|
|
|
+ ...
|
|
|
+ </ng-template>
|
|
|
+ </ng-container>
|
|
|
+ <ng-container [ngbNavItem]="2">
|
|
|
+ <a ngbNavLink>1st ("Discs")</a>
|
|
|
+ <ng-template ngbNavContent>
|
|
|
+ <div class="graph-row">
|
|
|
+ <year-graph></year-graph>
|
|
|
+ </div>
|
|
|
+ </ng-template>
|
|
|
+ </ng-container>
|
|
|
+ <ng-container ngbNavItem>
|
|
|
+ <a ngbNavLink>2nd ("Dots")</a>
|
|
|
+ <ng-template ngbNavContent>
|
|
|
+ <div class="graph-row-plotly">
|
|
|
+ <all-in-one-graph></all-in-one-graph>
|
|
|
+ </div>
|
|
|
+ <div class="graph-row-plotly">
|
|
|
+ <ng-container *ngFor="let region of sdmDihService.regions">
|
|
|
+ <region-graph [region]="region"></region-graph>
|
|
|
+ </ng-container>
|
|
|
+ </div>
|
|
|
+ </ng-template>
|
|
|
+ </ng-container>
|
|
|
+ <ng-container ngbNavItem>
|
|
|
+ <a ngbNavLink>3rd ("Map")</a>
|
|
|
+ <ng-template ngbNavContent>
|
|
|
+ <div class="map-row">
|
|
|
+ <h2>Map-based comparison</h2>
|
|
|
+ <div class="hs-map">
|
|
|
+ <hslayers></hslayers>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </ng-template>
|
|
|
+ </ng-container>
|
|
|
+ <ng-container ngbNavItem>
|
|
|
+ <a ngbNavLink>4th ("Race")</a>
|
|
|
+ <ng-template ngbNavContent>
|
|
|
+ #PLACEHOLDER
|
|
|
+ </ng-template>
|
|
|
+ </ng-container>
|
|
|
+ </nav>
|
|
|
+
|
|
|
+ <div [ngbNavOutlet]="nav" class="mt-2"></div>
|
|
|
</main>
|