Ver Fonte

🔥 remove aggr. index from scenario comparison

resolves #3
jmacura há 3 anos atrás
pai
commit
a18ab935ff

+ 1 - 17
src/app/discs-chart/scenario-factor-year-graph/scenario-factor-year-graph.component.html

@@ -34,23 +34,7 @@
 
     <div class="d-flex">
       <div class="discs-caption">
-        <h4>Aggregated RAI</h4>
-        <p>
-          of region {{selectedRegion}} in {{yearGraphService.selectedYear}}
-        </p>
-        <disc-legend [region]="selectedRegion" scenario="all-2"></disc-legend>
-      </div>
-      <disc [region]="selectedRegion" show="scenario" inSitu="true"></disc>
-      <div *ngFor="let scenario of filteredScenarios">
-        <scenario-factor-year-disc [region]="selectedRegion" [scenario]="scenario" show="scenario" inSitu="true">
-        </scenario-factor-year-disc>
-      </div>
-    </div>
-
-    <h3>Rural attractiveness factors</h3>
-    <div class="d-flex">
-      <div class="discs-caption">
-        <h4>Baseline scenario</h4>
+        <h4>"Business as usual" scenario</h4>
         <p>
           of region {{selectedRegion}} in {{yearGraphService.selectedYear}}
         </p>