Resultados de las elecciones legislativas 2021
La actualización del mapa con los números de votación en las distintas comunas de la Ciudad.
#embedContainer iframe {
border: none;
}
const viewportWidth = Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0);
var iframe = document.createElement('iframe');
document.getElementById("embedContainer").appendChild(iframe);
var width = document.getElementById("width").offsetWidth;
var url;
var height;
if (viewportWidth <= 576) {
height = (width * 4.5).toString() + "px";
url = "https://app.powerbi.com/view?r=eyJrIjoiNDZhMmU1NDktNDI0Ny00NjVlLWE4OGYtMTJmODJlYWFkZjE0IiwidCI6IjIzNzc0NzJlLTgwMDQtNDY0OC04NDU2LWJkOTY4N2FmYTE1MCIsImMiOjR9";
} else {
height = (width * (9.275 / 16)).toString() + "px";
url = "https://app.powerbi.com/view?r=eyJrIjoiNjkwZTRmOWUtMDI1OC00OTllLWIwZjgtYzJkOGFkOTcyNzJkIiwidCI6IjIzNzc0NzJlLTgwMDQtNDY0OC04NDU2LWJkOTY4N2FmYTE1MCIsImMiOjR9"
}
iframe.src = url;
document.getElementById('embedContainer').setAttribute("style", "width:100%;height:" + height);
iframe.setAttribute("style", "width:100%;height:100%");