Skip to content
Snippets Groups Projects
Commit bb1ac816 authored by Darío de la Torre Guinaldo's avatar Darío de la Torre Guinaldo
Browse files

Posicionamiento de mapa corregido

parent 1e911035
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: stretch;
justify-content: center; justify-content: stretch;
} }
\ No newline at end of file
...@@ -8,5 +8,5 @@ ...@@ -8,5 +8,5 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;
justify-content: center; justify-content: stretch;
} }
<div class="chart-container"> <div class="chartContainer">
<canvas id="graficoSectores" >{{ graficoSectores }}</canvas> <canvas id="graficoSectores" >{{ graficoSectores }}</canvas>
</div> </div>
.globusContainer{
height: 90vh;
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: stretch;
}
\ No newline at end of file
<div id="globus" style="width:100%;"></div> <div class="globusContainer" id="globus" ></div>
...@@ -30,6 +30,7 @@ export class MapaCoropletasComponent implements OnInit { ...@@ -30,6 +30,7 @@ export class MapaCoropletasComponent implements OnInit {
autoActivated: true autoActivated: true
}); });
this.globus.planet.flyLonLat(new og.LonLat(0, 37, 3000000)); this.globus.planet.flyLonLat(new og.LonLat(0, 37, 3000000));
//document.getElementById("globus").style.height = "";
} }
@Output() clickComunidad = new EventEmitter<object>(); @Output() clickComunidad = new EventEmitter<object>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment