Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Pertecentes a (o) CE

Endereço Nota Erros Avisos

croata.ce.gov.br/

81.82 83 460
Recomendações Avaliadas
2.2 Garantir que os objetos programáveis sejam acessíveis.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
2.2.6 Presença do elemento SCRIPT sem o elemento NOSCRIPT 20 121 451 758 994 1787 3032 3037 3074 3081 3085 3113 3149 3162 3170 3178 3186 3196 3199 3205 3211
121 <![CDATA[<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-677318-114', 'auto'); ga('send', 'pageview'); </script>]]>
451 <![CDATA[<script> function openPage(pageName, elmnt, color) { // Hide all elements with class="tabcontent" by default */ var i, tabcontent, tablinks; tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Remove the background color of all tablinks/buttons tablinks = document.getElementsByClassName("tablink"); for (i = 0; i < tablinks.length; i++) { tablinks[i].style.backgroundColor = ""; } // Show the specific tab content document.getElementById(pageName).style.display = "block"; console.log(this); jQuery(elmnt).css('background-color', '#dedede'); // Add the specific color to the button used to open the tab content // elmnt.style.backgroundColor = color; } function TestaCPF(strCPF) { strCPF = strCPF.replace(/\.|\-/g, ''); if(strCPF == '') return false; if (strCPF.length != 11) return false; var Soma; var Resto; Soma = 0; // Elimina CPF invalidos conhecidos if (strCPF == "00000000000" || strCPF == "11111111111" || strCPF == "22222222222" || strCPF == "33333333333" || strCPF == "44444444444" || strCPF == "55555555555" || strCPF == "66666666666" || strCPF == "77777777777" || strCPF == "88888888888" || strCPF == "99999999999") return false; for (i=1; i<=9; i++) Soma = Soma + parseInt(strCPF.substring(i-1, i)) * (11 - i); Resto = (Soma * 10) % 11; if ((Resto == 10) || (Resto == 11)) Resto = 0; if (Resto != parseInt(strCPF.substring(9, 10)) ) return false; Soma = 0; for (i = 1; i <= 10; i++) Soma = Soma + parseInt(strCPF.substring(i-1, i)) * (12 - i); Resto = (Soma * 10) % 11; if ((Resto == 10) || (Resto == 11)) Resto = 0; if (Resto != parseInt(strCPF.substring(10, 11) ) ) return false; return true; } function TestaCNPJ(cnpj) { cnpj = cnpj.replace(/[^\d]+/g,''); if(cnpj == '') return false; if (cnpj.length != 14) return false; // Elimina CNPJs invalidos conhecidos if (cnpj == "00000000000000" || cnpj == "11111111111111" || cnpj == "22222222222222" || cnpj == "33333333333333" || cnpj == "44444444444444" || cnpj == "55555555555555" || cnpj == "66666666666666" || cnpj == "77777777777777" || cnpj == "88888888888888" || cnpj == "99999999999999") return false; // Valida DVs tamanho = cnpj.length - 2 numeros = cnpj.substring(0,tamanho); digitos = cnpj.substring(tamanho); soma = 0; pos = tamanho - 7; for (i = tamanho; i >= 1; i--) { soma += numeros.charAt(tamanho - i) * pos--; if (pos < 2) pos = 9; } resultado = soma % 11 < 2 ? 0 : 11 - soma % 11; if (resultado != digitos.charAt(0)) return false; tamanho = tamanho + 1; numeros = cnpj.substring(0,tamanho); soma = 0; pos = tamanho - 7; for (i = tamanho; i >= 1; i--) { soma += numeros.charAt(tamanho - i) * pos--; if (pos < 2) pos = 9; } resultado = soma % 11 < 2 ? 0 : 11 - soma % 11; if (resultado != digitos.charAt(1)) return false; return true; } jQuery(document).ready(function(){ /* Usando: https://prefeitura.sistemasconfitec.com.br/orcamentoparticipativo */ var limit_prioridades = 3; jQuery('form[name="ldo_form"] input:checkbox').on('change', function(evt) { //var qtdSiblings = jQuery(this).siblings(':checked').length; var selecionados = jQuery('form[name="ldo_form"] input:checkbox(":checked")').length; var nao_selecionados = jQuery('form[name="ldo_form"] input:checkbox:not(":checked")').length; var faltam_selecionar = (selecionados) - nao_selecionados; if( faltam_selecionar > limit_prioridades) { alert('ATENÇÃO\nLimite de ' + limit_prioridades + ' ITENS'); this.checked = false; } }); // Get the element with id="defaultOpen" and click on it if ( jQuery( "#defaultOpen" ).length ) { //document.getElementById("defaultOpen").click(); jQuery('#defaultOpen').click(); jQuery('#defaultOpen').css('background-color', '#dedede'); }; /* MODAL */ // Get the modal var modal = document.getElementById("myModal"); test_undefined = (modal == undefined); if(!test_undefined){ // Get the <span> element that closes the modal var span = document.getElementsByClassName("close")[0]; // When the user clicks on the button, open the modal jQuery(".myBtn").click(function(){ modal.style.display = "block"; idul = jQuery(this).attr('data-idul'); jQuery( "#"+idul ).appendTo( "#content_modal" ); jQuery( "#"+idul ).show(); }); // When the user clicks on <span> (x), close the modal span.onclick = function() { modal.style.display = "none"; jQuery( "#"+idul ).hide(); jQuery( "#"+idul ).appendTo( "#span_ul_"+idul ); } // When the user clicks anywhere outside of the modal, close it window.onclick = function(event) { if (event.target == modal) { modal.style.display = "none"; jQuery( "#"+idul ).hide(); jQuery( "#"+idul ).appendTo( "#span_ul_"+idul ); } } /* FIM MODAL */ } jQuery('#select_modelos_filtros').change(function() { var dt_start = jQuery('#select_modelos_filtros option:selected').attr('data-dt_start'); console.log(dt_start); var dt_end = jQuery('#select_modelos_filtros option:selected').attr('data-dt_end'); console.log(dt_end); dt_start = dt_start.split("/").reverse().join("-"); jQuery('#date_from').val( dt_start ); dt_end = dt_end.split("/").reverse().join("-"); jQuery('#date_to').val( dt_end ); }); /* Abre a janela de Libras */ jQuery( "span:contains('Libras')" ).click(function(){ jQuery('#botaovlibras').click(); }); /*============================================================*/ /* CPF e CNPJ mesmo input mask */ /*============================================================*/ /*jQuery("#form-field-mascara_cpf_ou_cnpj, #cf7_cpf, #cf7_cnpj").keydown(function(){ try { jQuery(this).unmask(); } catch (e) {} var tamanho = jQuery(this).val().length; if(tamanho < 11){ jQuery(this).mask("999.999.999-99"); } else { jQuery(this).mask("99.999.999/9999-99"); } // ajustando foco var elem = this; setTimeout(function(){ // mudo a posição do seletor elem.selectionStart = elem.selectionEnd = 10000; }, 0); // reaplico o valor para mudar o foco var currentValue = jQuery(this).val(); jQuery(this).val(''); jQuery(this).val(currentValue); });*/ jQuery("#form-field-mascara_cpf_ou_cnpj, #cf7_cpf, #cf7_cnpj").blur(function(){ var cpfcnpj = jQuery(this).val(); var tamanho = jQuery(this).val().length; console.log(tamanho); if(tamanho != 14 && tamanho != 18){ alert('PREENCHA COM UM DOCUMENTO VÁLIDO'); jQuery(this).val(''); }else{ if(tamanho == 14){ var teste = TestaCPF(cpfcnpj); if(!teste){ alert('ATENÇÃO: CPF INVÁLIDO'); //jQuery(this).val('').focus(); } }else{ var teste = TestaCNPJ(cpfcnpj); if(!teste){ alert('ATENÇÃO: CNPJ INVÁLIDO'); //jQuery(this).val('').focus(); } } } }); /*============================================================*/ }); </script>]]>
758 <![CDATA[<script> $(document).ready(function() { var printCounter = 0; /*$('#example').append('<caption style="caption-side: bottom">A fictional company\'s staff table.</caption>');*/ $('#example').DataTable( { "language": { "url": "//cdn.datatables.net/plug-ins/1.10.20/i18n/Portuguese-Brasil.json" }, "columnDefs": [ { targets: [ 0, 1, 2 ], className: 'mdl-data-table__cell--non-numeric' } ], "dom": 'Bfrtip', "buttons": [ 'copy', { extend: 'excel', messageTop: 'As informações desta tabela são de propriedade da Prefeitura' }, { extend: 'pdf', messageBottom: null }, { extend: 'print', messageTop: function () { printCounter++; if ( printCounter === 1 ) { return 'Está é a primeira vez que você imprime esse documento.'; } else { return 'Você já imprimiu este documento '+printCounter+' vezes'; } }, messageBottom: null } ] } ); $('.table-simple').DataTable( { "language": { "url": "//cdn.datatables.net/plug-ins/1.10.20/i18n/Portuguese-Brasil.json" } } ); $('.sort-0-desc').DataTable( { "order": [[ 0, "desc" ]], "language": { "url": "//cdn.datatables.net/plug-ins/1.10.20/i18n/Portuguese-Brasil.json" }, "columnDefs": [ { targets: [ 0, 1, 2 ], className: 'mdl-data-table__cell--non-numeric' } ], "dom": 'Bfrtip', "buttons": [ 'copy', { extend: 'excel', messageTop: 'As informações desta tabela são de propriedade da Prefeitura' }, { extend: 'pdf', messageBottom: null }, { extend: 'print', messageTop: function () { printCounter++; if ( printCounter === 1 ) { return 'Está é a primeira vez que você imprime esse documento.'; } else { return 'Você já imprimiu este documento '+printCounter+' vezes'; } }, messageBottom: null } ] } ); } ); </script>]]>
994 <![CDATA[<script> (function ($) { function setCookie(cName, cValue, expDays) { let date = new Date(); date.setTime(date.getTime() + (expDays * 24 * 60 * 60 * 1000)); const expires = "expires=" + date.toUTCString(); document.cookie = cName + "=" + cValue + "; " + expires + "; path=/"; } function getCookie( cName ) { const name = cName + "="; const cDecoded = decodeURIComponent(document.cookie); const cArr = cDecoded .split('; '); let res; cArr.forEach(val => { if (val.indexOf(name) === 0) res = val.substring(name.length); }) return res; } function deleteCookie(name) { if (getCookie(name)) { document.cookie = name + "=" + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; } } let privacity_police_page = '/politica-privacidade'; // página de "saiba mais" let cookie = 'confitec_cookies_allowed'; // nome do cookie let expireIn = 30; // expira em N dias let pageTitle = 'Prefeitura de Croatá'; let smallScreen = $( window ).width() < 672; let flexClass = smallScreen ? 'flex-column' : 'flex-row'; let btnCookie = ''; let cookies_msg = `<div id="cookies_msg_sistem" class="flex-wrap d-flex justify-content-center container mt-5 bottom-0 mb-3 fixed-bottom col-12 px-5"> <div class="row"> <div class="col-md-12"> <div class="d-flex ${flexClass} justify-content-between align-items-center card-cookie cookie p-3 w-100"> <div class="d-flex align-items-center"> <div class="d-flex flex-column ml-3 mr-5"><span>O Portal da <strong>${pageTitle}</strong> utiliza cookies para melhorar a sua experiência.<br></span> <br><a class="learn-more-cookie text-link-confitec-primary flex" href="${privacity_police_page}">Saiba Mais<i class="fa fa-angle-right ml-2"></i></a> </div> </div> <div id="btn_accept_cookies_container"><button id="btn_accept_cookies" class="btn btn-dark btn-confitec-primary" onclick="" type="button">Aceitar</button></div> </div> </div> </div> </div>` ; jQuery(document).ready( function($) { var accepted = getCookie(cookie) ?? false; if( !accepted ) { $("body").append( cookies_msg ); $("#btn_accept_cookies").on( 'click', function(event){ event.preventDefault(); $('#cookies_msg_sistem').fadeOut(500, function(event) { setCookie(cookie, 'true', expireIn); $(this).remove(); }); }); } }); })(jQuery); </script>]]>
1787 <![CDATA[<script> window.onload = function () { var chart_lib = 'ChartJS'; var line_type = "line"; // line, spline, var exibir_9_colunas = '1'; if (chart_lib === 'CanvasJS') { var chart_data = [ { type: line_type, name: "SUSPEITO", showInLegend: "true", xValueType: "dateTime", xValueFormatString: "DD/MM/YYYY", yValueFormatString: "#,##0.##", dataPoints: [{"x":1601575500000,"y":71},{"x":1611932340000,"y":26},{"x":1612281600000,"y":24},{"x":1612368000000,"y":24},{"x":1612454400000,"y":48},{"x":1612533600000,"y":31},{"x":1612800000000,"y":39},{"x":1612886400000,"y":38},{"x":1612972800000,"y":49},{"x":1613059200000,"y":44},{"x":1613134800000,"y":29},{"x":1613404800000,"y":19},{"x":1613491200000,"y":19},{"x":1613577600000,"y":18},{"x":1613664000000,"y":23},{"x":1614009600000,"y":15},{"x":1614096000000,"y":67},{"x":1614182400000,"y":67},{"x":1614268800000,"y":66},{"x":1614344400000,"y":68},{"x":1614700800000,"y":48},{"x":1614787200000,"y":26},{"x":1614873780000,"y":26},{"x":1614949200000,"y":34},{"x":1615222800000,"y":3},{"x":1615309200000,"y":22},{"x":1615554000000,"y":43},{"x":1615827600000,"y":58},{"x":1615903200000,"y":18},{"x":1615993200000,"y":54},{"x":1616086800000,"y":55},{"x":1616428800000,"y":15},{"x":1616515200000,"y":35},{"x":1616601600000,"y":53},{"x":1616763600000,"y":48},{"x":1617037200000,"y":15},{"x":1617123600000,"y":41},{"x":1617210000000,"y":40},{"x":1617278400000,"y":39},{"x":1617642000000,"y":23},{"x":1617728400000,"y":21},{"x":1617814800000,"y":21},{"x":1617897600000,"y":33},{"x":1617973200000,"y":51},{"x":1618243200000,"y":39},{"x":1618333200000,"y":21},{"x":1618416000000,"y":21},{"x":1618506000000,"y":39},{"x":1618578000000,"y":36},{"x":1618851600000,"y":42},{"x":1618938000000,"y":12},{"x":1619110800000,"y":12},{"x":1619182800000,"y":74},{"x":1619442000000,"y":42},{"x":1619542800000,"y":28},{"x":1619629200000,"y":28},{"x":1619715600000,"y":28},{"x":1619787600000,"y":28},{"x":1619971200000,"y":30},{"x":1620061200000,"y":31},{"x":1620147600000,"y":9},{"x":1620234000000,"y":10},{"x":1621184400000,"y":9},{"x":1621273140000,"y":8},{"x":1621357200000,"y":8},{"x":1621443600000,"y":9},{"x":1621530000000,"y":12},{"x":1621602000000,"y":11},{"x":1621702800000,"y":11},{"x":1621789200000,"y":11},{"x":1621875600000,"y":11},{"x":1621962000000,"y":9},{"x":1622048400000,"y":9},{"x":1622134800000,"y":10},{"x":1622206800000,"y":10},{"x":1622307600000,"y":10},{"x":1622394000000,"y":10},{"x":1622480400000,"y":10},{"x":1622566800000,"y":10},{"x":1622653200000,"y":9},{"x":1622739600000,"y":9},{"x":1622811600000,"y":9},{"x":1622912400000,"y":9},{"x":1622998800000,"y":9},{"x":1623085200000,"y":3},{"x":1623171600000,"y":3},{"x":1623258000000,"y":3},{"x":1623344400000,"y":4},{"x":1623416400000,"y":4},{"x":1623517200000,"y":4},{"x":1623690000000,"y":4},{"x":1623776400000,"y":4},{"x":1623862800000,"y":4},{"x":1623949200000,"y":3},{"x":1624021200000,"y":3},{"x":1624122000000,"y":3},{"x":1624215600000,"y":1},{"x":1624294800000,"y":1},{"x":1624381200000,"y":1},{"x":1624467600000,"y":1},{"x":1624554000000,"y":1},{"x":1624640400000,"y":1},{"x":1624726800000,"y":1},{"x":1624813200000,"y":1},{"x":1624899600000,"y":1},{"x":1624986000000,"y":1},{"x":1625072400000,"y":1},{"x":1625158800000,"y":1},{"x":1625230800000,"y":0},{"x":1625331600000,"y":0},{"x":1625418000000,"y":0},{"x":1625504400000,"y":0},{"x":1625590800000,"y":0},{"x":1625677200000,"y":0},{"x":1625763600000,"y":0},{"x":1625835600000,"y":0},{"x":1625936400000,"y":0},{"x":1626022800000,"y":0},{"x":1626109200000,"y":0},{"x":1626195600000,"y":0},{"x":1626282000000,"y":0},{"x":1626368400000,"y":0},{"x":1626440400000,"y":0},{"x":1626541200000,"y":0},{"x":1626627600000,"y":0},{"x":1626714000000,"y":0},{"x":1626800400000,"y":0},{"x":1626886800000,"y":1},{"x":1626973200000,"y":1},{"x":1627045200000,"y":2},{"x":1627146000000,"y":2},{"x":1627232400000,"y":2},{"x":1627318800000,"y":2},{"x":1627405200000,"y":2},{"x":1627491600000,"y":2},{"x":1627578000000,"y":2},{"x":1627650000000,"y":2},{"x":1627750800000,"y":1},{"x":1627837200000,"y":1},{"x":1627923600000,"y":1},{"x":1628010000000,"y":1},{"x":1628182800000,"y":1},{"x":1628254800000,"y":23},{"x":1628355600000,"y":2},{"x":1628438400000,"y":2},{"x":1628528400000,"y":2},{"x":1628614800000,"y":2},{"x":1628697600000,"y":0},{"x":1628859600000,"y":0},{"x":1628960400000,"y":0},{"x":1629046800000,"y":0},{"x":1629133200000,"y":0},{"x":1629219600000,"y":0},{"x":1629392400000,"y":1},{"x":1629464400000,"y":1},{"x":1629565200000,"y":0},{"x":1629651600000,"y":0},{"x":1629738000000,"y":0},{"x":1629824400000,"y":0},{"x":1629907200000,"y":0},{"x":1629990000000,"y":0},{"x":1630069200000,"y":0},{"x":1630342800000,"y":0},{"x":1630429200000,"y":0},{"x":1630515600000,"y":0},{"x":1630602000000,"y":0},{"x":1630674000000,"y":0},{"x":1630774800000,"y":0},{"x":1630861200000,"y":0},{"x":1630940400000,"y":0},{"x":1631120400000,"y":0},{"x":1631206800000,"y":0},{"x":1631278800000,"y":0},{"x":1631379600000,"y":0},{"x":1631466000000,"y":0},{"x":1631538000000,"y":0},{"x":1631638800000,"y":0},{"x":1631725200000,"y":0},{"x":1631811600000,"y":0},{"x":1631883600000,"y":0},{"x":1631984400000,"y":0},{"x":1632070800000,"y":0},{"x":1632142800000,"y":0},{"x":1632243600000,"y":0},{"x":1632333600000,"y":1},{"x":1632402000000,"y":0},{"x":1632488400000,"y":0},{"x":1632578400000,"y":0},{"x":1632762000000,"y":0},{"x":1632848400000,"y":0},{"x":1632934800000,"y":0},{"x":1633021200000,"y":0},{"x":1633093200000,"y":0},{"x":1633194000000,"y":0},{"x":1633280400000,"y":0},{"x":1633366800000,"y":2},{"x":1633453200000,"y":2},{"x":1633539600000,"y":2},{"x":1633626000000,"y":2},{"x":1633698000000,"y":0},{"x":1633798800000,"y":0},{"x":1633885200000,"y":0},{"x":1633971600000,"y":0},{"x":1634061600000,"y":0},{"x":1634144400000,"y":0},{"x":1634230800000,"y":0},{"x":1634299200000,"y":0},{"x":1634403600000,"y":0},{"x":1634490000000,"y":0},{"x":1634576400000,"y":0},{"x":1634662800000,"y":0},{"x":1634749200000,"y":0},{"x":1634835600000,"y":0},{"x":1634907600000,"y":0},{"x":1635012000000,"y":0},{"x":1635181200000,"y":0},{"x":1635267600000,"y":0},{"x":1635354000000,"y":1},{"x":1635447600000,"y":1},{"x":1635512400000,"y":0},{"x":1635613200000,"y":0},{"x":1635699600000,"y":0},{"x":1635786000000,"y":0},{"x":1635872400000,"y":0},{"x":1635958800000,"y":1},{"x":1636045200000,"y":1},{"x":1636117200000,"y":1},{"x":1636218000000,"y":1},{"x":1636304400000,"y":1},{"x":1636390800000,"y":1},{"x":1636477200000,"y":1},{"x":1636563600000,"y":0},{"x":1636650000000,"y":0},{"x":1636722000000,"y":0},{"x":1636909200000,"y":0},{"x":1636995600000,"y":0},{"x":1637082000000,"y":0},{"x":1637168400000,"y":0},{"x":1637254800000,"y":17},{"x":1637326800000,"y":1},{"x":1637427600000,"y":1},{"x":1637514000000,"y":1},{"x":1637600400000,"y":0},{"x":1637686800000,"y":0},{"x":1637762400000,"y":0},{"x":1637859600000,"y":14},{"x":1637931600000,"y":14},{"x":1638032400000,"y":14},{"x":1638118800000,"y":1},{"x":1638205200000,"y":0},{"x":1638291600000,"y":0},{"x":1638378000000,"y":0},{"x":1638464400000,"y":13},{"x":1638536400000,"y":0},{"x":1638637200000,"y":0},{"x":1638723600000,"y":0},{"x":1638810000000,"y":0},{"x":1638896400000,"y":0},{"x":1638982800000,"y":0},{"x":1639069200000,"y":24},{"x":1639141200000,"y":1},{"x":1639242000000,"y":1},{"x":1639328400000,"y":1},{"x":1639414800000,"y":0},{"x":1639501200000,"y":0},{"x":1639576800000,"y":0},{"x":1639674000000,"y":11},{"x":1639746000000,"y":1},{"x":1639933200000,"y":1},{"x":1640019600000,"y":0},{"x":1640106000000,"y":0},{"x":1640192400000,"y":5},{"x":1640264400000,"y":5},{"x":1640365200000,"y":5},{"x":1640451600000,"y":5},{"x":1640624400000,"y":0},{"x":1640710800000,"y":0},{"x":1640797200000,"y":0},{"x":1640883600000,"y":0},{"x":1640970000000,"y":0},{"x":1641056400000,"y":0},{"x":1641142800000,"y":0},{"x":1641229200000,"y":0},{"x":1641315600000,"y":0},{"x":1641402000000,"y":5},{"x":1641488400000,"y":5},{"x":1641574800000,"y":5},{"x":1641747600000,"y":0},{"x":1641834000000,"y":10},{"x":1641920400000,"y":22},{"x":1642006800000,"y":35},{"x":1642093200000,"y":35},{"x":1642165200000,"y":34},{"x":1642266000000,"y":34},{"x":1642352400000,"y":34},{"x":1642438800000,"y":34},{"x":1642525200000,"y":34},{"x":1642611600000,"y":33},{"x":1642698000000,"y":33},{"x":1642770000000,"y":33},{"x":1642870800000,"y":33},{"x":1642957200000,"y":33},{"x":1643043600000,"y":60},{"x":1643130000000,"y":63},{"x":1643216400000,"y":77},{"x":1643302800000,"y":77},{"x":1643389200000,"y":77},{"x":1643475600000,"y":77},{"x":1643558400000,"y":77},{"x":1643648400000,"y":46},{"x":1643734800000,"y":46},{"x":1643824800000,"y":3},{"x":1643907600000,"y":3},{"x":1643976000000,"y":0},{"x":1644080400000,"y":0},{"x":1644166800000,"y":0},{"x":1644253200000,"y":0},{"x":1644339600000,"y":0},{"x":1644426000000,"y":0},{"x":1644512400000,"y":0},{"x":1644598800000,"y":0},{"x":1644685200000,"y":0},{"x":1644858000000,"y":0},{"x":1644944400000,"y":0},{"x":1645030800000,"y":0},{"x":1645203600000,"y":0},{"x":1645462800000,"y":0},{"x":1645549200000,"y":0},{"x":1645635600000,"y":0},{"x":1645722000000,"y":0},{"x":1645808400000,"y":0},{"x":1645894800000,"y":0},{"x":1646067600000,"y":0},{"x":1646240400000,"y":0},{"x":1646319600000,"y":0},{"x":1646413200000,"y":0},{"x":1646499600000,"y":0},{"x":1646586000000,"y":0},{"x":1646672400000,"y":0},{"x":1646758800000,"y":0},{"x":1646845200000,"y":0},{"x":1646931600000,"y":0},{"x":1647104400000,"y":0},{"x":1647277200000,"y":0},{"x":1647363600000,"y":0},{"x":1647450000000,"y":0},{"x":1647536400000,"y":0},{"x":1647622800000,"y":0},{"x":1647795600000,"y":0},{"x":1647882000000,"y":0},{"x":1647968400000,"y":0},{"x":1648054800000,"y":0},{"x":1648141200000,"y":0},{"x":1654707600000,"y":0},{"x":1655917200000,"y":0},{"x":1656435960000,"y":0},{"x":1656522180000,"y":0},{"x":1656605460000,"y":0},{"x":1659715200000,"y":0},{"x":1659974400000,"y":0},{"x":1660060800000,"y":0},{"x":1660320000000,"y":0},{"x":1660579200000,"y":0},{"x":1660924800000,"y":0},{"x":1661356800000,"y":0},{"x":1661529600000,"y":0},{"x":1662393600000,"y":0}] }, { type: line_type, name: "CONFIRMADOS", showInLegend: "true", xValueType: "dateTime", xValueFormatString: "DD/MM/YYYY", yValueFormatString: "#,##0.##", dataPoints: [{"x":1601575500000,"y":243},{"x":1611932340000,"y":466},{"x":1612281600000,"y":468},{"x":1612368000000,"y":468},{"x":1612454400000,"y":470},{"x":1612533600000,"y":471},{"x":1612800000000,"y":471},{"x":1612886400000,"y":471},{"x":1612972800000,"y":471},{"x":1613059200000,"y":472},{"x":1613134800000,"y":473},{"x":1613404800000,"y":485},{"x":1613491200000,"y":486},{"x":1613577600000,"y":486},{"x":1613664000000,"y":487},{"x":1614009600000,"y":487},{"x":1614096000000,"y":492},{"x":1614182400000,"y":492},{"x":1614268800000,"y":493},{"x":1614344400000,"y":493},{"x":1614700800000,"y":494},{"x":1614787200000,"y":498},{"x":1614873780000,"y":498},{"x":1614949200000,"y":498},{"x":1615222800000,"y":501},{"x":1615309200000,"y":501},{"x":1615554000000,"y":506},{"x":1615827600000,"y":506},{"x":1615903200000,"y":515},{"x":1615993200000,"y":517},{"x":1616086800000,"y":518},{"x":1616428800000,"y":537},{"x":1616515200000,"y":541},{"x":1616601600000,"y":542},{"x":1616763600000,"y":546},{"x":1617037200000,"y":564},{"x":1617123600000,"y":567},{"x":1617210000000,"y":568},{"x":1617278400000,"y":568},{"x":1617642000000,"y":588},{"x":1617728400000,"y":592},{"x":1617814800000,"y":592},{"x":1617897600000,"y":607},{"x":1617973200000,"y":610},{"x":1618243200000,"y":621},{"x":1618333200000,"y":640},{"x":1618416000000,"y":641},{"x":1618506000000,"y":642},{"x":1618578000000,"y":652},{"x":1618851600000,"y":668},{"x":1618938000000,"y":692},{"x":1619110800000,"y":708},{"x":1619182800000,"y":713},{"x":1619442000000,"y":734},{"x":1619542800000,"y":765},{"x":1619629200000,"y":777},{"x":1619715600000,"y":777},{"x":1619787600000,"y":777},{"x":1619971200000,"y":803},{"x":1620061200000,"y":829},{"x":1620147600000,"y":844},{"x":1620234000000,"y":871},{"x":1621184400000,"y":1098},{"x":1621273140000,"y":1130},{"x":1621357200000,"y":1130},{"x":1621443600000,"y":1147},{"x":1621530000000,"y":1160},{"x":1621602000000,"y":1172},{"x":1621702800000,"y":1174},{"x":1621789200000,"y":1174},{"x":1621875600000,"y":1210},{"x":1621962000000,"y":1216},{"x":1622048400000,"y":1225},{"x":1622134800000,"y":1226},{"x":1622206800000,"y":1236},{"x":1622307600000,"y":1236},{"x":1622394000000,"y":1237},{"x":1622480400000,"y":1292},{"x":1622566800000,"y":1293},{"x":1622653200000,"y":1306},{"x":1622739600000,"y":1306},{"x":1622811600000,"y":1307},{"x":1622912400000,"y":1310},{"x":1622998800000,"y":1310},{"x":1623085200000,"y":1348},{"x":1623171600000,"y":1352},{"x":1623258000000,"y":1354},{"x":1623344400000,"y":1354},{"x":1623416400000,"y":1354},{"x":1623517200000,"y":1354},{"x":1623690000000,"y":1371},{"x":1623776400000,"y":1372},{"x":1623862800000,"y":1374},{"x":1623949200000,"y":1374},{"x":1624021200000,"y":1374},{"x":1624122000000,"y":1378},{"x":1624215600000,"y":1378},{"x":1624294800000,"y":1392},{"x":1624381200000,"y":1393},{"x":1624467600000,"y":1396},{"x":1624554000000,"y":1399},{"x":1624640400000,"y":1402},{"x":1624726800000,"y":1402},{"x":1624813200000,"y":1402},{"x":1624899600000,"y":1418},{"x":1624986000000,"y":1418},{"x":1625072400000,"y":1420},{"x":1625158800000,"y":1420},{"x":1625230800000,"y":1420},{"x":1625331600000,"y":1420},{"x":1625418000000,"y":1420},{"x":1625504400000,"y":1432},{"x":1625590800000,"y":1432},{"x":1625677200000,"y":1432},{"x":1625763600000,"y":1434},{"x":1625835600000,"y":1434},{"x":1625936400000,"y":1434},{"x":1626022800000,"y":1434},{"x":1626109200000,"y":1435},{"x":1626195600000,"y":1435},{"x":1626282000000,"y":1435},{"x":1626368400000,"y":1437},{"x":1626440400000,"y":1450},{"x":1626541200000,"y":1450},{"x":1626627600000,"y":1450},{"x":1626714000000,"y":1452},{"x":1626800400000,"y":1453},{"x":1626886800000,"y":1456},{"x":1626973200000,"y":1456},{"x":1627045200000,"y":1456},{"x":1627146000000,"y":1462},{"x":1627232400000,"y":1462},{"x":1627318800000,"y":1462},{"x":1627405200000,"y":1462},{"x":1627491600000,"y":1462},{"x":1627578000000,"y":1462},{"x":1627650000000,"y":1462},{"x":1627750800000,"y":1474},{"x":1627837200000,"y":1474},{"x":1627923600000,"y":1474},{"x":1628010000000,"y":1474},{"x":1628182800000,"y":1475},{"x":1628254800000,"y":1476},{"x":1628355600000,"y":1479},{"x":1628438400000,"y":1479},{"x":1628528400000,"y":1479},{"x":1628614800000,"y":1479},{"x":1628697600000,"y":1479},{"x":1628859600000,"y":1479},{"x":1628960400000,"y":1486},{"x":1629046800000,"y":1486},{"x":1629133200000,"y":1487},{"x":1629219600000,"y":1487},{"x":1629392400000,"y":1489},{"x":1629464400000,"y":1489},{"x":1629565200000,"y":1494},{"x":1629651600000,"y":1494},{"x":1629738000000,"y":1495},{"x":1629824400000,"y":1495},{"x":1629907200000,"y":1495},{"x":1629990000000,"y":1495},{"x":1630069200000,"y":1496},{"x":1630342800000,"y":1496},{"x":1630429200000,"y":1500},{"x":1630515600000,"y":1500},{"x":1630602000000,"y":1500},{"x":1630674000000,"y":1501},{"x":1630774800000,"y":1501},{"x":1630861200000,"y":1501},{"x":1630940400000,"y":1501},{"x":1631120400000,"y":1502},{"x":1631206800000,"y":1502},{"x":1631278800000,"y":1502},{"x":1631379600000,"y":1502},{"x":1631466000000,"y":1502},{"x":1631538000000,"y":1502},{"x":1631638800000,"y":1502},{"x":1631725200000,"y":1502},{"x":1631811600000,"y":1503},{"x":1631883600000,"y":1503},{"x":1631984400000,"y":1503},{"x":1632070800000,"y":1503},{"x":1632142800000,"y":1503},{"x":1632243600000,"y":1503},{"x":1632333600000,"y":1504},{"x":1632402000000,"y":1504},{"x":1632488400000,"y":1504},{"x":1632578400000,"y":1504},{"x":1632762000000,"y":1504},{"x":1632848400000,"y":1505},{"x":1632934800000,"y":1505},{"x":1633021200000,"y":1505},{"x":1633093200000,"y":1505},{"x":1633194000000,"y":1506},{"x":1633280400000,"y":1506},{"x":1633366800000,"y":1507},{"x":1633453200000,"y":1507},{"x":1633539600000,"y":1507},{"x":1633626000000,"y":1507},{"x":1633698000000,"y":1508},{"x":1633798800000,"y":1508},{"x":1633885200000,"y":1508},{"x":1633971600000,"y":1509},{"x":1634061600000,"y":1509},{"x":1634144400000,"y":1509},{"x":1634230800000,"y":1510},{"x":1634299200000,"y":1510},{"x":1634403600000,"y":1510},{"x":1634490000000,"y":1510},{"x":1634576400000,"y":1515},{"x":1634662800000,"y":1515},{"x":1634749200000,"y":1515},{"x":1634835600000,"y":1516},{"x":1634907600000,"y":1519},{"x":1635012000000,"y":1519},{"x":1635181200000,"y":1519},{"x":1635267600000,"y":1519},{"x":1635354000000,"y":1519},{"x":1635447600000,"y":1519},{"x":1635512400000,"y":1523},{"x":1635613200000,"y":1523},{"x":1635699600000,"y":1523},{"x":1635786000000,"y":1523},{"x":1635872400000,"y":1523},{"x":1635958800000,"y":1525},{"x":1636045200000,"y":1525},{"x":1636117200000,"y":1525},{"x":1636218000000,"y":1525},{"x":1636304400000,"y":1525},{"x":1636390800000,"y":1525},{"x":1636477200000,"y":1525},{"x":1636563600000,"y":1525},{"x":1636650000000,"y":1526},{"x":1636722000000,"y":1526},{"x":1636909200000,"y":1526},{"x":1636995600000,"y":1526},{"x":1637082000000,"y":1527},{"x":1637168400000,"y":1528},{"x":1637254800000,"y":1529},{"x":1637326800000,"y":1533},{"x":1637427600000,"y":1533},{"x":1637514000000,"y":1533},{"x":1637600400000,"y":1534},{"x":1637686800000,"y":1534},{"x":1637762400000,"y":1534},{"x":1637859600000,"y":1534},{"x":1637931600000,"y":1534},{"x":1638032400000,"y":1534},{"x":1638118800000,"y":1536},{"x":1638205200000,"y":1536},{"x":1638291600000,"y":1536},{"x":1638378000000,"y":1536},{"x":1638464400000,"y":1539},{"x":1638536400000,"y":1541},{"x":1638637200000,"y":1541},{"x":1638723600000,"y":1541},{"x":1638810000000,"y":1542},{"x":1638896400000,"y":1544},{"x":1638982800000,"y":1545},{"x":1639069200000,"y":1545},{"x":1639141200000,"y":1560},{"x":1639242000000,"y":1560},{"x":1639328400000,"y":1560},{"x":1639414800000,"y":1560},{"x":1639501200000,"y":1560},{"x":1639576800000,"y":1560},{"x":1639674000000,"y":1560},{"x":1639746000000,"y":1562},{"x":1639933200000,"y":1562},{"x":1640019600000,"y":1563},{"x":1640106000000,"y":1563},{"x":1640192400000,"y":1563},{"x":1640264400000,"y":1563},{"x":1640365200000,"y":1563},{"x":1640451600000,"y":1563},{"x":1640624400000,"y":1563},{"x":1640710800000,"y":1563},{"x":1640797200000,"y":1563},{"x":1640883600000,"y":1563},{"x":1640970000000,"y":1563},{"x":1641056400000,"y":1563},{"x":1641142800000,"y":1563},{"x":1641229200000,"y":1563},{"x":1641315600000,"y":1563},{"x":1641402000000,"y":1563},{"x":1641488400000,"y":1563},{"x":1641574800000,"y":1564},{"x":1641747600000,"y":1564},{"x":1641834000000,"y":1566},{"x":1641920400000,"y":1569},{"x":1642006800000,"y":1573},{"x":1642093200000,"y":1574},{"x":1642165200000,"y":1580},{"x":1642266000000,"y":1582},{"x":1642352400000,"y":1582},{"x":1642438800000,"y":1599},{"x":1642525200000,"y":1600},{"x":1642611600000,"y":1610},{"x":1642698000000,"y":1614},{"x":1642770000000,"y":1625},{"x":1642870800000,"y":1629},{"x":1642957200000,"y":1629},{"x":1643043600000,"y":1645},{"x":1643130000000,"y":1650},{"x":1643216400000,"y":1658},{"x":1643302800000,"y":1666},{"x":1643389200000,"y":1679},{"x":1643475600000,"y":1679},{"x":1643558400000,"y":1679},{"x":1643648400000,"y":1706},{"x":1643734800000,"y":1717},{"x":1643824800000,"y":1762},{"x":1643907600000,"y":1780},{"x":1643976000000,"y":1787},{"x":1644080400000,"y":1787},{"x":1644166800000,"y":1787},{"x":1644253200000,"y":1801},{"x":1644339600000,"y":1806},{"x":1644426000000,"y":1818},{"x":1644512400000,"y":1826},{"x":1644598800000,"y":1836},{"x":1644685200000,"y":1836},{"x":1644858000000,"y":1848},{"x":1644944400000,"y":1848},{"x":1645030800000,"y":1853},{"x":1645203600000,"y":1865},{"x":1645462800000,"y":1877},{"x":1645549200000,"y":1878},{"x":1645635600000,"y":1881},{"x":1645722000000,"y":1882},{"x":1645808400000,"y":1882},{"x":1645894800000,"y":1882},{"x":1646067600000,"y":1885},{"x":1646240400000,"y":1886},{"x":1646319600000,"y":1887},{"x":1646413200000,"y":1889},{"x":1646499600000,"y":1889},{"x":1646586000000,"y":1889},{"x":1646672400000,"y":1889},{"x":1646758800000,"y":1890},{"x":1646845200000,"y":1890},{"x":1646931600000,"y":1890},{"x":1647104400000,"y":1890},{"x":1647277200000,"y":1890},{"x":1647363600000,"y":1890},{"x":1647450000000,"y":1892},{"x":1647536400000,"y":1892},{"x":1647622800000,"y":1892},{"x":1647795600000,"y":1892},{"x":1647882000000,"y":1893},{"x":1647968400000,"y":1893},{"x":1648054800000,"y":1893},{"x":1648141200000,"y":1893},{"x":1654707600000,"y":1893},{"x":1655917200000,"y":1894},{"x":1656435960000,"y":1899},{"x":1656522180000,"y":1904},{"x":1656605460000,"y":1910},{"x":1659715200000,"y":1975},{"x":1659974400000,"y":1976},{"x":1660060800000,"y":1976},{"x":1660320000000,"y":1976},{"x":1660579200000,"y":1976},{"x":1660924800000,"y":1978},{"x":1661356800000,"y":1978},{"x":1661529600000,"y":1978},{"x":1662393600000,"y":1978}] }, { type: line_type, name: "RECUPERADOS", showInLegend: "true", xValueType: "dateTime", xValueFormatString: "DD/MM/YYYY", yValueFormatString: "#,##0.##", dataPoints: [{"x":1601575500000,"y":195},{"x":1611932340000,"y":448},{"x":1612281600000,"y":449},{"x":1612368000000,"y":452},{"x":1612454400000,"y":453},{"x":1612533600000,"y":454},{"x":1612800000000,"y":460},{"x":1612886400000,"y":460},{"x":1612972800000,"y":463},{"x":1613059200000,"y":463},{"x":1613134800000,"y":463},{"x":1613404800000,"y":465},{"x":1613491200000,"y":465},{"x":1613577600000,"y":466},{"x":1613664000000,"y":466},{"x":1614009600000,"y":470},{"x":1614096000000,"y":471},{"x":1614182400000,"y":476},{"x":1614268800000,"y":478},{"x":1614344400000,"y":478},{"x":1614700800000,"y":479},{"x":1614787200000,"y":482},{"x":1614873780000,"y":483},{"x":1614949200000,"y":483},{"x":1615222800000,"y":488},{"x":1615309200000,"y":488},{"x":1615554000000,"y":493},{"x":1615827600000,"y":495},{"x":1615903200000,"y":496},{"x":1615993200000,"y":496},{"x":1616086800000,"y":496},{"x":1616428800000,"y":497},{"x":1616515200000,"y":497},{"x":1616601600000,"y":498},{"x":1616763600000,"y":503},{"x":1617037200000,"y":503},{"x":1617123600000,"y":510},{"x":1617210000000,"y":511},{"x":1617278400000,"y":511},{"x":1617642000000,"y":531},{"x":1617728400000,"y":536},{"x":1617814800000,"y":540},{"x":1617897600000,"y":542},{"x":1617973200000,"y":542},{"x":1618243200000,"y":560},{"x":1618333200000,"y":580},{"x":1618416000000,"y":581},{"x":1618506000000,"y":581},{"x":1618578000000,"y":581},{"x":1618851600000,"y":583},{"x":1618938000000,"y":590},{"x":1619110800000,"y":613},{"x":1619182800000,"y":616},{"x":1619442000000,"y":625},{"x":1619542800000,"y":627},{"x":1619629200000,"y":630},{"x":1619715600000,"y":643},{"x":1619787600000,"y":675},{"x":1619971200000,"y":675},{"x":1620061200000,"y":689},{"x":1620147600000,"y":697},{"x":1620234000000,"y":697},{"x":1621184400000,"y":833},{"x":1621273140000,"y":843},{"x":1621357200000,"y":863},{"x":1621443600000,"y":888},{"x":1621530000000,"y":905},{"x":1621602000000,"y":922},{"x":1621702800000,"y":922},{"x":1621789200000,"y":923},{"x":1621875600000,"y":960},{"x":1621962000000,"y":997},{"x":1622048400000,"y":1026},{"x":1622134800000,"y":1051},{"x":1622206800000,"y":1071},{"x":1622307600000,"y":1079},{"x":1622394000000,"y":1081},{"x":1622480400000,"y":1105},{"x":1622566800000,"y":1133},{"x":1622653200000,"y":1147},{"x":1622739600000,"y":1169},{"x":1622811600000,"y":1173},{"x":1622912400000,"y":1173},{"x":1622998800000,"y":1179},{"x":1623085200000,"y":1202},{"x":1623171600000,"y":1215},{"x":1623258000000,"y":1234},{"x":1623344400000,"y":1244},{"x":1623416400000,"y":1256},{"x":1623517200000,"y":1261},{"x":1623690000000,"y":1270},{"x":1623776400000,"y":1293},{"x":1623862800000,"y":1304},{"x":1623949200000,"y":1305},{"x":1624021200000,"y":1307},{"x":1624122000000,"y":1308},{"x":1624215600000,"y":1310},{"x":1624294800000,"y":1316},{"x":1624381200000,"y":1328},{"x":1624467600000,"y":1334},{"x":1624554000000,"y":1334},{"x":1624640400000,"y":1334},{"x":1624726800000,"y":1336},{"x":1624813200000,"y":1338},{"x":1624899600000,"y":1342},{"x":1624986000000,"y":1345},{"x":1625072400000,"y":1349},{"x":1625158800000,"y":1351},{"x":1625230800000,"y":1352},{"x":1625331600000,"y":1353},{"x":1625418000000,"y":1354},{"x":1625504400000,"y":1367},{"x":1625590800000,"y":1374},{"x":1625677200000,"y":1376},{"x":1625763600000,"y":1379},{"x":1625835600000,"y":1380},{"x":1625936400000,"y":1380},{"x":1626022800000,"y":1382},{"x":1626109200000,"y":1385},{"x":1626195600000,"y":1389},{"x":1626282000000,"y":1391},{"x":1626368400000,"y":1393},{"x":1626440400000,"y":1393},{"x":1626541200000,"y":1393},{"x":1626627600000,"y":1394},{"x":1626714000000,"y":1394},{"x":1626800400000,"y":1394},{"x":1626886800000,"y":1395},{"x":1626973200000,"y":1395},{"x":1627045200000,"y":1395},{"x":1627146000000,"y":1396},{"x":1627232400000,"y":1399},{"x":1627318800000,"y":1405},{"x":1627405200000,"y":1410},{"x":1627491600000,"y":1412},{"x":1627578000000,"y":1414},{"x":1627650000000,"y":1414},{"x":1627750800000,"y":1414},{"x":1627837200000,"y":1415},{"x":1627923600000,"y":1420},{"x":1628010000000,"y":1420},{"x":1628182800000,"y":1423},{"x":1628254800000,"y":1425},{"x":1628355600000,"y":1425},{"x":1628438400000,"y":1426},{"x":1628528400000,"y":1433},{"x":1628614800000,"y":1435},{"x":1628697600000,"y":1435},{"x":1628859600000,"y":1436},{"x":1628960400000,"y":1436},{"x":1629046800000,"y":1437},{"x":1629133200000,"y":1437},{"x":1629219600000,"y":1438},{"x":1629392400000,"y":1439},{"x":1629464400000,"y":1439},{"x":1629565200000,"y":1439},{"x":1629651600000,"y":1439},{"x":1629738000000,"y":1440},{"x":1629824400000,"y":1442},{"x":1629907200000,"y":1447},{"x":1629990000000,"y":1448},{"x":1630069200000,"y":1449},{"x":1630342800000,"y":1454},{"x":1630429200000,"y":1454},{"x":1630515600000,"y":1454},{"x":1630602000000,"y":1454},{"x":1630674000000,"y":1454},{"x":1630774800000,"y":1455},{"x":1630861200000,"y":1457},{"x":1630940400000,"y":1459},{"x":1631120400000,"y":1459},{"x":1631206800000,"y":1459},{"x":1631278800000,"y":1459},{"x":1631379600000,"y":1459},{"x":1631466000000,"y":1459},{"x":1631538000000,"y":1460},{"x":1631638800000,"y":1461},{"x":1631725200000,"y":1461},{"x":1631811600000,"y":1461},{"x":1631883600000,"y":1461},{"x":1631984400000,"y":1461},{"x":1632070800000,"y":1462},{"x":1632142800000,"y":1462},{"x":1632243600000,"y":1462},{"x":1632333600000,"y":1462},{"x":1632402000000,"y":1462},{"x":1632488400000,"y":1463},{"x":1632578400000,"y":1463},{"x":1632762000000,"y":1463},{"x":1632848400000,"y":1463},{"x":1632934800000,"y":1463},{"x":1633021200000,"y":1463},{"x":1633093200000,"y":1463},{"x":1633194000000,"y":1463},{"x":1633280400000,"y":1463},{"x":1633366800000,"y":1463},{"x":1633453200000,"y":1463},{"x":1633539600000,"y":1464},{"x":1633626000000,"y":1464},{"x":1633698000000,"y":1464},{"x":1633798800000,"y":1464},{"x":1633885200000,"y":1465},{"x":1633971600000,"y":1465},{"x":1634061600000,"y":1467},{"x":1634144400000,"y":1467},{"x":1634230800000,"y":1467},{"x":1634299200000,"y":1467},{"x":1634403600000,"y":1467},{"x":1634490000000,"y":1468},{"x":1634576400000,"y":1469},{"x":1634662800000,"y":1469},{"x":1634749200000,"y":1469},{"x":1634835600000,"y":1469},{"x":1634907600000,"y":1469},{"x":1635012000000,"y":1469},{"x":1635181200000,"y":1471},{"x":1635267600000,"y":1472},{"x":1635354000000,"y":1474},{"x":1635447600000,"y":1475},{"x":1635512400000,"y":1475},{"x":1635613200000,"y":1475},{"x":1635699600000,"y":1476},{"x":1635786000000,"y":1476},{"x":1635872400000,"y":1476},{"x":1635958800000,"y":1478},{"x":1636045200000,"y":1479},{"x":1636117200000,"y":1479},{"x":1636218000000,"y":1480},{"x":1636304400000,"y":1480},{"x":1636390800000,"y":1483},{"x":1636477200000,"y":1483},{"x":1636563600000,"y":1483},{"x":1636650000000,"y":1484},{"x":1636722000000,"y":1484},{"x":1636909200000,"y":1484},{"x":1636995600000,"y":1484},{"x":1637082000000,"y":1484},{"x":1637168400000,"y":1485},{"x":1637254800000,"y":1485},{"x":1637326800000,"y":1485},{"x":1637427600000,"y":1485},{"x":1637514000000,"y":1485},{"x":1637600400000,"y":1485},{"x":1637686800000,"y":1485},{"x":1637762400000,"y":1485},{"x":1637859600000,"y":1486},{"x":1637931600000,"y":1486},{"x":1638032400000,"y":1486},{"x":1638118800000,"y":1486},{"x":1638205200000,"y":1486},{"x":1638291600000,"y":1486},{"x":1638378000000,"y":1489},{"x":1638464400000,"y":1493},{"x":1638536400000,"y":1493},{"x":1638637200000,"y":1493},{"x":1638723600000,"y":1493},{"x":1638810000000,"y":1493},{"x":1638896400000,"y":1493},{"x":1638982800000,"y":1495},{"x":1639069200000,"y":1495},{"x":1639141200000,"y":1495},{"x":1639242000000,"y":1495},{"x":1639328400000,"y":1495},{"x":1639414800000,"y":1496},{"x":1639501200000,"y":1497},{"x":1639576800000,"y":1498},{"x":1639674000000,"y":1500},{"x":1639746000000,"y":1500},{"x":1639933200000,"y":1500},{"x":1640019600000,"y":1501},{"x":1640106000000,"y":1504},{"x":1640192400000,"y":1519},{"x":1640264400000,"y":1519},{"x":1640365200000,"y":1519},{"x":1640451600000,"y":1519},{"x":1640624400000,"y":1522},{"x":1640710800000,"y":1522},{"x":1640797200000,"y":1522},{"x":1640883600000,"y":1522},{"x":1640970000000,"y":1522},{"x":1641056400000,"y":1522},{"x":1641142800000,"y":1522},{"x":1641229200000,"y":1522},{"x":1641315600000,"y":1522},{"x":1641402000000,"y":1522},{"x":1641488400000,"y":1522},{"x":1641574800000,"y":1522},{"x":1641747600000,"y":1522},{"x":1641834000000,"y":1522},{"x":1641920400000,"y":1522},{"x":1642006800000,"y":1522},{"x":1642093200000,"y":1522},{"x":1642165200000,"y":1522},{"x":1642266000000,"y":1522},{"x":1642352400000,"y":1522},{"x":1642438800000,"y":1522},{"x":1642525200000,"y":1522},{"x":1642611600000,"y":1522},{"x":1642698000000,"y":1523},{"x":1642770000000,"y":1525},{"x":1642870800000,"y":1525},{"x":1642957200000,"y":1525},{"x":1643043600000,"y":1529},{"x":1643130000000,"y":1529},{"x":1643216400000,"y":1547},{"x":1643302800000,"y":1551},{"x":1643389200000,"y":1569},{"x":1643475600000,"y":1572},{"x":1643558400000,"y":1572},{"x":1643648400000,"y":1588},{"x":1643734800000,"y":1588},{"x":1643824800000,"y":1607},{"x":1643907600000,"y":1609},{"x":1643976000000,"y":1617},{"x":1644080400000,"y":1624},{"x":1644166800000,"y":1642},{"x":1644253200000,"y":1658},{"x":1644339600000,"y":1660},{"x":1644426000000,"y":1719},{"x":1644512400000,"y":1741},{"x":1644598800000,"y":1746},{"x":1644685200000,"y":1746},{"x":1644858000000,"y":1758},{"x":1644944400000,"y":1763},{"x":1645030800000,"y":1775},{"x":1645203600000,"y":1792},{"x":1645462800000,"y":1805},{"x":1645549200000,"y":1808},{"x":1645635600000,"y":1810},{"x":1645722000000,"y":1816},{"x":1645808400000,"y":1821},{"x":1645894800000,"y":1821},{"x":1646067600000,"y":1833},{"x":1646240400000,"y":1837},{"x":1646319600000,"y":1838},{"x":1646413200000,"y":1838},{"x":1646499600000,"y":1838},{"x":1646586000000,"y":1838},{"x":1646672400000,"y":1841},{"x":1646758800000,"y":1841},{"x":1646845200000,"y":1841},{"x":1646931600000,"y":1843},{"x":1647104400000,"y":1843},{"x":1647277200000,"y":1843},{"x":1647363600000,"y":1843},{"x":1647450000000,"y":1843},{"x":1647536400000,"y":1843},{"x":1647622800000,"y":1843},{"x":1647795600000,"y":1843},{"x":1647882000000,"y":1843},{"x":1647968400000,"y":1844},{"x":1648054800000,"y":1845},{"x":1648141200000,"y":1845},{"x":1654707600000,"y":1848},{"x":1655917200000,"y":1848},{"x":1656435960000,"y":1848},{"x":1656522180000,"y":1849},{"x":1656605460000,"y":1849},{"x":1659715200000,"y":1928},{"x":1659974400000,"y":1929},{"x":1660060800000,"y":1930},{"x":1660320000000,"y":1930},{"x":1660579200000,"y":1931},{"x":1660924800000,"y":1931},{"x":1661356800000,"y":1931},{"x":1661529600000,"y":1933},{"x":1662393600000,"y":1933}] }, { type: line_type, name: "DESCARTADOS", showInLegend: "true", xValueType: "dateTime", xValueFormatString: "DD/MM/YYYY", yValueFormatString: "#,##0.##", dataPoints: [{"x":1601575500000,"y":779},{"x":1611932340000,"y":1167},{"x":1612281600000,"y":1171},{"x":1612368000000,"y":1171},{"x":1612454400000,"y":1172},{"x":1612533600000,"y":1188},{"x":1612800000000,"y":1191},{"x":1612886400000,"y":1192},{"x":1612972800000,"y":1192},{"x":1613059200000,"y":1200},{"x":1613134800000,"y":1216},{"x":1613404800000,"y":1216},{"x":1613491200000,"y":1220},{"x":1613577600000,"y":1221},{"x":1613664000000,"y":1221},{"x":1614009600000,"y":1229},{"x":1614096000000,"y":1229},{"x":1614182400000,"y":1229},{"x":1614268800000,"y":1229},{"x":1614344400000,"y":1229},{"x":1614700800000,"y":1247},{"x":1614787200000,"y":1290},{"x":1614873780000,"y":1290},{"x":1614949200000,"y":1294},{"x":1615222800000,"y":1322},{"x":1615309200000,"y":1322},{"x":1615554000000,"y":1322},{"x":1615827600000,"y":1323},{"x":1615903200000,"y":1354},{"x":1615993200000,"y":1355},{"x":1616086800000,"y":1355},{"x":1616428800000,"y":1380},{"x":1616515200000,"y":1382},{"x":1616601600000,"y":1390},{"x":1616763600000,"y":1394},{"x":1617037200000,"y":1418},{"x":1617123600000,"y":1418},{"x":1617210000000,"y":1419},{"x":1617278400000,"y":1420},{"x":1617642000000,"y":1421},{"x":1617728400000,"y":1422},{"x":1617814800000,"y":1422},{"x":1617897600000,"y":1444},{"x":1617973200000,"y":1445},{"x":1618243200000,"y":1447},{"x":1618333200000,"y":1469},{"x":1618416000000,"y":1469},{"x":1618506000000,"y":1469},{"x":1618578000000,"y":1492},{"x":1618851600000,"y":1492},{"x":1618938000000,"y":1500},{"x":1619110800000,"y":1500},{"x":1619182800000,"y":1501},{"x":1619442000000,"y":1512},{"x":1619542800000,"y":1514},{"x":1619629200000,"y":1525},{"x":1619715600000,"y":1525},{"x":1619787600000,"y":1525},{"x":1619971200000,"y":1534},{"x":1620061200000,"y":1553},{"x":1620147600000,"y":1561},{"x":1620234000000,"y":1590},{"x":1621184400000,"y":1721},{"x":1621273140000,"y":1748},{"x":1621357200000,"y":1748},{"x":1621443600000,"y":1776},{"x":1621530000000,"y":1816},{"x":1621602000000,"y":1830},{"x":1621702800000,"y":1830},{"x":1621789200000,"y":1830},{"x":1621875600000,"y":1850},{"x":1621962000000,"y":1861},{"x":1622048400000,"y":1874},{"x":1622134800000,"y":1886},{"x":1622206800000,"y":1910},{"x":1622307600000,"y":1910},{"x":1622394000000,"y":1912},{"x":1622480400000,"y":1963},{"x":1622566800000,"y":1963},{"x":1622653200000,"y":1970},{"x":1622739600000,"y":1970},{"x":1622811600000,"y":1970},{"x":1622912400000,"y":1974},{"x":1622998800000,"y":1974},{"x":1623085200000,"y":1990},{"x":1623171600000,"y":1990},{"x":1623258000000,"y":1994},{"x":1623344400000,"y":1998},{"x":1623416400000,"y":2002},{"x":1623517200000,"y":2003},{"x":1623690000000,"y":2026},{"x":1623776400000,"y":2028},{"x":1623862800000,"y":2029},{"x":1623949200000,"y":2030},{"x":1624021200000,"y":2030},{"x":1624122000000,"y":2046},{"x":1624215600000,"y":2048},{"x":1624294800000,"y":2064},{"x":1624381200000,"y":2066},{"x":1624467600000,"y":2067},{"x":1624554000000,"y":2072},{"x":1624640400000,"y":2073},{"x":1624726800000,"y":2073},{"x":1624813200000,"y":2073},{"x":1624899600000,"y":2096},{"x":1624986000000,"y":2096},{"x":1625072400000,"y":2099},{"x":1625158800000,"y":2099},{"x":1625230800000,"y":2100},{"x":1625331600000,"y":2100},{"x":1625418000000,"y":2100},{"x":1625504400000,"y":2110},{"x":1625590800000,"y":2110},{"x":1625677200000,"y":2110},{"x":1625763600000,"y":2116},{"x":1625835600000,"y":2116},{"x":1625936400000,"y":2116},{"x":1626022800000,"y":2116},{"x":1626109200000,"y":2118},{"x":1626195600000,"y":2130},{"x":1626282000000,"y":2130},{"x":1626368400000,"y":2134},{"x":1626440400000,"y":2145},{"x":1626541200000,"y":2145},{"x":1626627600000,"y":2145},{"x":1626714000000,"y":2145},{"x":1626800400000,"y":2148},{"x":1626886800000,"y":2163},{"x":1626973200000,"y":2163},{"x":1627045200000,"y":2165},{"x":1627146000000,"y":2165},{"x":1627232400000,"y":2165},{"x":1627318800000,"y":2184},{"x":1627405200000,"y":2185},{"x":1627491600000,"y":2185},{"x":1627578000000,"y":2185},{"x":1627650000000,"y":2185},{"x":1627750800000,"y":2192},{"x":1627837200000,"y":2192},{"x":1627923600000,"y":2196},{"x":1628010000000,"y":2196},{"x":1628182800000,"y":2196},{"x":1628254800000,"y":2196},{"x":1628355600000,"y":2214},{"x":1628438400000,"y":2214},{"x":1628528400000,"y":2215},{"x":1628614800000,"y":2215},{"x":1628697600000,"y":2224},{"x":1628859600000,"y":2227},{"x":1628960400000,"y":2228},{"x":1629046800000,"y":2228},{"x":1629133200000,"y":2230},{"x":1629219600000,"y":2230},{"x":1629392400000,"y":2230},{"x":1629464400000,"y":2230},{"x":1629565200000,"y":2230},{"x":1629651600000,"y":2230},{"x":1629738000000,"y":2241},{"x":1629824400000,"y":2241},{"x":1629907200000,"y":2241},{"x":1629990000000,"y":2241},{"x":1630069200000,"y":2247},{"x":1630342800000,"y":2247},{"x":1630429200000,"y":2263},{"x":1630515600000,"y":2263},{"x":1630602000000,"y":2263},{"x":1630674000000,"y":2269},{"x":1630774800000,"y":2269},{"x":1630861200000,"y":2269},{"x":1630940400000,"y":2269},{"x":1631120400000,"y":2270},{"x":1631206800000,"y":2270},{"x":1631278800000,"y":2270},{"x":1631379600000,"y":2270},{"x":1631466000000,"y":2270},{"x":1631538000000,"y":2270},{"x":1631638800000,"y":2272},{"x":1631725200000,"y":2272},{"x":1631811600000,"y":2272},{"x":1631883600000,"y":2272},{"x":1631984400000,"y":2272},{"x":1632070800000,"y":2272},{"x":1632142800000,"y":2272},{"x":1632243600000,"y":2279},{"x":1632333600000,"y":2280},{"x":1632402000000,"y":2280},{"x":1632488400000,"y":2280},{"x":1632578400000,"y":2280},{"x":1632762000000,"y":2280},{"x":1632848400000,"y":2288},{"x":1632934800000,"y":2288},{"x":1633021200000,"y":2288},{"x":1633093200000,"y":2288},{"x":1633194000000,"y":2288},{"x":1633280400000,"y":2288},{"x":1633366800000,"y":2291},{"x":1633453200000,"y":2291},{"x":1633539600000,"y":2291},{"x":1633626000000,"y":2291},{"x":1633698000000,"y":2292},{"x":1633798800000,"y":2292},{"x":1633885200000,"y":2292},{"x":1633971600000,"y":2296},{"x":1634061600000,"y":2296},{"x":1634144400000,"y":2296},{"x":1634230800000,"y":2296},{"x":1634299200000,"y":2296},{"x":1634403600000,"y":2296},{"x":1634490000000,"y":2296},{"x":1634576400000,"y":2302},{"x":1634662800000,"y":2302},{"x":1634749200000,"y":2302},{"x":1634835600000,"y":2302},{"x":1634907600000,"y":2305},{"x":1635012000000,"y":2305},{"x":1635181200000,"y":2305},{"x":1635267600000,"y":2305},{"x":1635354000000,"y":2305},{"x":1635447600000,"y":2305},{"x":1635512400000,"y":2306},{"x":1635613200000,"y":2306},{"x":1635699600000,"y":2306},{"x":1635786000000,"y":2306},{"x":1635872400000,"y":2306},{"x":1635958800000,"y":2317},{"x":1636045200000,"y":2317},{"x":1636117200000,"y":2321},{"x":1636218000000,"y":2321},{"x":1636304400000,"y":2321},{"x":1636390800000,"y":2321},{"x":1636477200000,"y":2321},{"x":1636563600000,"y":2322},{"x":1636650000000,"y":2325},{"x":1636722000000,"y":2335},{"x":1636909200000,"y":2335},{"x":1636995600000,"y":2335},{"x":1637082000000,"y":2337},{"x":1637168400000,"y":2337},{"x":1637254800000,"y":2337},{"x":1637326800000,"y":2349},{"x":1637427600000,"y":2349},{"x":1637514000000,"y":2349},{"x":1637600400000,"y":2349},{"x":1637686800000,"y":2351},{"x":1637762400000,"y":2351},{"x":1637859600000,"y":2351},{"x":1637931600000,"y":2351},{"x":1638032400000,"y":2351},{"x":1638118800000,"y":2362},{"x":1638205200000,"y":2370},{"x":1638291600000,"y":2371},{"x":1638378000000,"y":2377},{"x":1638464400000,"y":2377},{"x":1638536400000,"y":2388},{"x":1638637200000,"y":2388},{"x":1638723600000,"y":2388},{"x":1638810000000,"y":2388},{"x":1638896400000,"y":2388},{"x":1638982800000,"y":2392},{"x":1639069200000,"y":2393},{"x":1639141200000,"y":2401},{"x":1639242000000,"y":2401},{"x":1639328400000,"y":2401},{"x":1639414800000,"y":2405},{"x":1639501200000,"y":2409},{"x":1639576800000,"y":2409},{"x":1639674000000,"y":2421},{"x":1639746000000,"y":2433},{"x":1639933200000,"y":2433},{"x":1640019600000,"y":2433},{"x":1640106000000,"y":2433},{"x":1640192400000,"y":2433},{"x":1640264400000,"y":2433},{"x":1640365200000,"y":2433},{"x":1640451600000,"y":2433},{"x":1640624400000,"y":2438},{"x":1640710800000,"y":2447},{"x":1640797200000,"y":2447},{"x":1640883600000,"y":2447},{"x":1640970000000,"y":2447},{"x":1641056400000,"y":2447},{"x":1641142800000,"y":2447},{"x":1641229200000,"y":2447},{"x":1641315600000,"y":2447},{"x":1641402000000,"y":2448},{"x":1641488400000,"y":2450},{"x":1641574800000,"y":2455},{"x":1641747600000,"y":2460},{"x":1641834000000,"y":2467},{"x":1641920400000,"y":2468},{"x":1642006800000,"y":2473},{"x":1642093200000,"y":2479},{"x":1642165200000,"y":2487},{"x":1642266000000,"y":2487},{"x":1642352400000,"y":2487},{"x":1642438800000,"y":2507},{"x":1642525200000,"y":2507},{"x":1642611600000,"y":2553},{"x":1642698000000,"y":2565},{"x":1642770000000,"y":2575},{"x":1642870800000,"y":2575},{"x":1642957200000,"y":2575},{"x":1643043600000,"y":2585},{"x":1643130000000,"y":2596},{"x":1643216400000,"y":2603},{"x":1643302800000,"y":2615},{"x":1643389200000,"y":2632},{"x":1643475600000,"y":2632},{"x":1643558400000,"y":2632},{"x":1643648400000,"y":2667},{"x":1643734800000,"y":2677},{"x":1643824800000,"y":2694},{"x":1643907600000,"y":2704},{"x":1643976000000,"y":2720},{"x":1644080400000,"y":2720},{"x":1644166800000,"y":2720},{"x":1644253200000,"y":2739},{"x":1644339600000,"y":2743},{"x":1644426000000,"y":2748},{"x":1644512400000,"y":2749},{"x":1644598800000,"y":2757},{"x":1644685200000,"y":2757},{"x":1644858000000,"y":2766},{"x":1644944400000,"y":2766},{"x":1645030800000,"y":2772},{"x":1645203600000,"y":2779},{"x":1645462800000,"y":2780},{"x":1645549200000,"y":2787},{"x":1645635600000,"y":2789},{"x":1645722000000,"y":2793},{"x":1645808400000,"y":2799},{"x":1645894800000,"y":2799},{"x":1646067600000,"y":2802},{"x":1646240400000,"y":2803},{"x":1646319600000,"y":2806},{"x":1646413200000,"y":2806},{"x":1646499600000,"y":2806},{"x":1646586000000,"y":2806},{"x":1646672400000,"y":2810},{"x":1646758800000,"y":2813},{"x":1646845200000,"y":2813},{"x":1646931600000,"y":2813},{"x":1647104400000,"y":2815},{"x":1647277200000,"y":2815},{"x":1647363600000,"y":2821},{"x":1647450000000,"y":2824},{"x":1647536400000,"y":2826},{"x":1647622800000,"y":2826},{"x":1647795600000,"y":2826},{"x":1647882000000,"y":2832},{"x":1647968400000,"y":2833},{"x":1648054800000,"y":2833},{"x":1648141200000,"y":2835},{"x":1654707600000,"y":2861},{"x":1655917200000,"y":2864},{"x":1656435960000,"y":2869},{"x":1656522180000,"y":2872},{"x":1656605460000,"y":2877},{"x":1659715200000,"y":2966},{"x":1659974400000,"y":2966},{"x":1660060800000,"y":2966},{"x":1660320000000,"y":2968},{"x":1660579200000,"y":2969},{"x":1660924800000,"y":2970},{"x":1661356800000,"y":2976},{"x":1661529600000,"y":2977},{"x":1662393600000,"y":2980}] }, { type: line_type, name: "ÓBITOS", showInLegend: "true", xValueType: "dateTime", xValueFormatString: "DD/MM/YYYY", yValueFormatString: "#,##0.##", dataPoints: [{"x":1601575500000,"y":4},{"x":1611932340000,"y":6},{"x":1612281600000,"y":7},{"x":1612368000000,"y":7},{"x":1612454400000,"y":7},{"x":1612533600000,"y":7},{"x":1612800000000,"y":7},{"x":1612886400000,"y":7},{"x":1612972800000,"y":7},{"x":1613059200000,"y":7},{"x":1613134800000,"y":8},{"x":1613404800000,"y":8},{"x":1613491200000,"y":8},{"x":1613577600000,"y":8},{"x":1613664000000,"y":8},{"x":1614009600000,"y":8},{"x":1614096000000,"y":8},{"x":1614182400000,"y":8},{"x":1614268800000,"y":8},{"x":1614344400000,"y":8},{"x":1614700800000,"y":8},{"x":1614787200000,"y":8},{"x":1614873780000,"y":8},{"x":1614949200000,"y":8},{"x":1615222800000,"y":8},{"x":1615309200000,"y":8},{"x":1615554000000,"y":8},{"x":1615827600000,"y":8},{"x":1615903200000,"y":8},{"x":1615993200000,"y":8},{"x":1616086800000,"y":8},{"x":1616428800000,"y":8},{"x":1616515200000,"y":8},{"x":1616601600000,"y":8},{"x":1616763600000,"y":8},{"x":1617037200000,"y":8},{"x":1617123600000,"y":8},{"x":1617210000000,"y":8},{"x":1617278400000,"y":8},{"x":1617642000000,"y":8},{"x":1617728400000,"y":9},{"x":1617814800000,"y":9},{"x":1617897600000,"y":9},{"x":1617973200000,"y":9},{"x":1618243200000,"y":9},{"x":1618333200000,"y":11},{"x":1618416000000,"y":11},{"x":1618506000000,"y":11},{"x":1618578000000,"y":11},{"x":1618851600000,"y":13},{"x":1618938000000,"y":13},{"x":1619110800000,"y":13},{"x":1619182800000,"y":13},{"x":1619442000000,"y":14},{"x":1619542800000,"y":14},{"x":1619629200000,"y":16},{"x":1619715600000,"y":16},{"x":1619787600000,"y":16},{"x":1619971200000,"y":16},{"x":1620061200000,"y":16},{"x":1620147600000,"y":17},{"x":1620234000000,"y":19},{"x":1621184400000,"y":25},{"x":1621273140000,"y":25},{"x":1621357200000,"y":26},{"x":1621443600000,"y":26},{"x":1621530000000,"y":26},{"x":1621602000000,"y":26},{"x":1621702800000,"y":28},{"x":1621789200000,"y":28},{"x":1621875600000,"y":28},{"x":1621962000000,"y":28},{"x":1622048400000,"y":28},{"x":1622134800000,"y":29},{"x":1622206800000,"y":30},{"x":1622307600000,"y":30},{"x":1622394000000,"y":32},{"x":1622480400000,"y":32},{"x":1622566800000,"y":33},{"x":1622653200000,"y":33},{"x":1622739600000,"y":34},{"x":1622811600000,"y":35},{"x":1622912400000,"y":35},{"x":1622998800000,"y":35},{"x":1623085200000,"y":35},{"x":1623171600000,"y":35},{"x":1623258000000,"y":35},{"x":1623344400000,"y":35},{"x":1623416400000,"y":35},{"x":1623517200000,"y":35},{"x":1623690000000,"y":35},{"x":1623776400000,"y":35},{"x":1623862800000,"y":35},{"x":1623949200000,"y":35},{"x":1624021200000,"y":35},{"x":1624122000000,"y":36},{"x":1624215600000,"y":37},{"x":1624294800000,"y":37},{"x":1624381200000,"y":37},{"x":1624467600000,"y":37},{"x":1624554000000,"y":37},{"x":1624640400000,"y":38},{"x":1624726800000,"y":38},{"x":1624813200000,"y":38},{"x":1624899600000,"y":38},{"x":1624986000000,"y":39},{"x":1625072400000,"y":39},{"x":1625158800000,"y":39},{"x":1625230800000,"y":39},{"x":1625331600000,"y":39},{"x":1625418000000,"y":39},{"x":1625504400000,"y":39},{"x":1625590800000,"y":39},{"x":1625677200000,"y":39},{"x":1625763600000,"y":39},{"x":1625835600000,"y":39},{"x":1625936400000,"y":39},{"x":1626022800000,"y":40},{"x":1626109200000,"y":40},{"x":1626195600000,"y":40},{"x":1626282000000,"y":40},{"x":1626368400000,"y":40},{"x":1626440400000,"y":40},{"x":1626541200000,"y":40},{"x":1626627600000,"y":40},{"x":1626714000000,"y":40},{"x":1626800400000,"y":40},{"x":1626886800000,"y":40},{"x":1626973200000,"y":40},{"x":1627045200000,"y":40},{"x":1627146000000,"y":40},{"x":1627232400000,"y":40},{"x":1627318800000,"y":40},{"x":1627405200000,"y":40},{"x":1627491600000,"y":40},{"x":1627578000000,"y":40},{"x":1627650000000,"y":40},{"x":1627750800000,"y":40},{"x":1627837200000,"y":40},{"x":1627923600000,"y":40},{"x":1628010000000,"y":40},{"x":1628182800000,"y":40},{"x":1628254800000,"y":40},{"x":1628355600000,"y":40},{"x":1628438400000,"y":40},{"x":1628528400000,"y":40},{"x":1628614800000,"y":40},{"x":1628697600000,"y":40},{"x":1628859600000,"y":40},{"x":1628960400000,"y":40},{"x":1629046800000,"y":40},{"x":1629133200000,"y":40},{"x":1629219600000,"y":40},{"x":1629392400000,"y":40},{"x":1629464400000,"y":40},{"x":1629565200000,"y":40},{"x":1629651600000,"y":40},{"x":1629738000000,"y":40},{"x":1629824400000,"y":40},{"x":1629907200000,"y":40},{"x":1629990000000,"y":40},{"x":1630069200000,"y":40},{"x":1630342800000,"y":40},{"x":1630429200000,"y":40},{"x":1630515600000,"y":40},{"x":1630602000000,"y":40},{"x":1630674000000,"y":40},{"x":1630774800000,"y":40},{"x":1630861200000,"y":40},{"x":1630940400000,"y":40},{"x":1631120400000,"y":40},{"x":1631206800000,"y":40},{"x":1631278800000,"y":40},{"x":1631379600000,"y":40},{"x":1631466000000,"y":40},{"x":1631538000000,"y":40},{"x":1631638800000,"y":40},{"x":1631725200000,"y":40},{"x":1631811600000,"y":40},{"x":1631883600000,"y":40},{"x":1631984400000,"y":40},{"x":1632070800000,"y":40},{"x":1632142800000,"y":40},{"x":1632243600000,"y":40},{"x":1632333600000,"y":40},{"x":1632402000000,"y":40},{"x":1632488400000,"y":40},{"x":1632578400000,"y":40},{"x":1632762000000,"y":40},{"x":1632848400000,"y":40},{"x":1632934800000,"y":40},{"x":1633021200000,"y":40},{"x":1633093200000,"y":40},{"x":1633194000000,"y":40},{"x":1633280400000,"y":40},{"x":1633366800000,"y":40},{"x":1633453200000,"y":40},{"x":1633539600000,"y":40},{"x":1633626000000,"y":40},{"x":1633698000000,"y":40},{"x":1633798800000,"y":40},{"x":1633885200000,"y":40},{"x":1633971600000,"y":40},{"x":1634061600000,"y":40},{"x":1634144400000,"y":40},{"x":1634230800000,"y":40},{"x":1634299200000,"y":40},{"x":1634403600000,"y":40},{"x":1634490000000,"y":40},{"x":1634576400000,"y":40},{"x":1634662800000,"y":40},{"x":1634749200000,"y":40},{"x":1634835600000,"y":40},{"x":1634907600000,"y":40},{"x":1635012000000,"y":40},{"x":1635181200000,"y":40},{"x":1635267600000,"y":40},{"x":1635354000000,"y":40},{"x":1635447600000,"y":40},{"x":1635512400000,"y":40},{"x":1635613200000,"y":40},{"x":1635699600000,"y":40},{"x":1635786000000,"y":40},{"x":1635872400000,"y":40},{"x":1635958800000,"y":40},{"x":1636045200000,"y":40},{"x":1636117200000,"y":40},{"x":1636218000000,"y":40},{"x":1636304400000,"y":40},{"x":1636390800000,"y":40},{"x":1636477200000,"y":40},{"x":1636563600000,"y":40},{"x":1636650000000,"y":40},{"x":1636722000000,"y":40},{"x":1636909200000,"y":40},{"x":1636995600000,"y":40},{"x":1637082000000,"y":40},{"x":1637168400000,"y":40},{"x":1637254800000,"y":40},{"x":1637326800000,"y":40},{"x":1637427600000,"y":40},{"x":1637514000000,"y":40},{"x":1637600400000,"y":40},{"x":1637686800000,"y":40},{"x":1637762400000,"y":40},{"x":1637859600000,"y":40},{"x":1637931600000,"y":40},{"x":1638032400000,"y":40},{"x":1638118800000,"y":41},{"x":1638205200000,"y":41},{"x":1638291600000,"y":41},{"x":1638378000000,"y":41},{"x":1638464400000,"y":41},{"x":1638536400000,"y":41},{"x":1638637200000,"y":41},{"x":1638723600000,"y":41},{"x":1638810000000,"y":41},{"x":1638896400000,"y":41},{"x":1638982800000,"y":41},{"x":1639069200000,"y":41},{"x":1639141200000,"y":41},{"x":1639242000000,"y":41},{"x":1639328400000,"y":41},{"x":1639414800000,"y":41},{"x":1639501200000,"y":41},{"x":1639576800000,"y":41},{"x":1639674000000,"y":41},{"x":1639746000000,"y":41},{"x":1639933200000,"y":41},{"x":1640019600000,"y":41},{"x":1640106000000,"y":41},{"x":1640192400000,"y":41},{"x":1640264400000,"y":41},{"x":1640365200000,"y":41},{"x":1640451600000,"y":41},{"x":1640624400000,"y":41},{"x":1640710800000,"y":41},{"x":1640797200000,"y":41},{"x":1640883600000,"y":41},{"x":1640970000000,"y":41},{"x":1641056400000,"y":41},{"x":1641142800000,"y":41},{"x":1641229200000,"y":41},{"x":1641315600000,"y":41},{"x":1641402000000,"y":41},{"x":1641488400000,"y":41},{"x":1641574800000,"y":41},{"x":1641747600000,"y":41},{"x":1641834000000,"y":41},{"x":1641920400000,"y":41},{"x":1642006800000,"y":41},{"x":1642093200000,"y":41},{"x":1642165200000,"y":41},{"x":1642266000000,"y":41},{"x":1642352400000,"y":41},{"x":1642438800000,"y":41},{"x":1642525200000,"y":41},{"x":1642611600000,"y":41},{"x":1642698000000,"y":41},{"x":1642770000000,"y":41},{"x":1642870800000,"y":41},{"x":1642957200000,"y":41},{"x":1643043600000,"y":41},{"x":1643130000000,"y":41},{"x":1643216400000,"y":41},{"x":1643302800000,"y":41},{"x":1643389200000,"y":41},{"x":1643475600000,"y":41},{"x":1643558400000,"y":41},{"x":1643648400000,"y":41},{"x":1643734800000,"y":42},{"x":1643824800000,"y":42},{"x":1643907600000,"y":42},{"x":1643976000000,"y":42},{"x":1644080400000,"y":42},{"x":1644166800000,"y":42},{"x":1644253200000,"y":43},{"x":1644339600000,"y":43},{"x":1644426000000,"y":43},{"x":1644512400000,"y":44},{"x":1644598800000,"y":44},{"x":1644685200000,"y":44},{"x":1644858000000,"y":44},{"x":1644944400000,"y":44},{"x":1645030800000,"y":44},{"x":1645203600000,"y":44},{"x":1645462800000,"y":44},{"x":1645549200000,"y":44},{"x":1645635600000,"y":44},{"x":1645722000000,"y":44},{"x":1645808400000,"y":44},{"x":1645894800000,"y":44},{"x":1646067600000,"y":44},{"x":1646240400000,"y":44},{"x":1646319600000,"y":44},{"x":1646413200000,"y":45},{"x":1646499600000,"y":45},{"x":1646586000000,"y":45},{"x":1646672400000,"y":45},{"x":1646758800000,"y":45},{"x":1646845200000,"y":45},{"x":1646931600000,"y":45},{"x":1647104400000,"y":45},{"x":1647277200000,"y":45},{"x":1647363600000,"y":45},{"x":1647450000000,"y":45},{"x":1647536400000,"y":45},{"x":1647622800000,"y":45},{"x":1647795600000,"y":45},{"x":1647882000000,"y":45},{"x":1647968400000,"y":45},{"x":1648054800000,"y":45},{"x":1648141200000,"y":45},{"x":1654707600000,"y":45},{"x":1655917200000,"y":45},{"x":1656435960000,"y":45},{"x":1656522180000,"y":45},{"x":1656605460000,"y":45},{"x":1659715200000,"y":45},{"x":1659974400000,"y":45},{"x":1660060800000,"y":45},{"x":1660320000000,"y":45},{"x":1660579200000,"y":45},{"x":1660924800000,"y":45},{"x":1661356800000,"y":45},{"x":1661529600000,"y":45},{"x":1662393600000,"y":45}] } ]; if(exibir_9_colunas) { chart_data.push( { type: line_type, name: "CASOS ATIVOS", showInLegend: "true", xValueType: "dateTime", xValueFormatString: "DD/MM/YYYY", yValueFormatString: "#,##0.##", dataPoints: [{"x":1601575500000,"y":0},{"x":1611932340000,"y":0},{"x":1612281600000,"y":0},{"x":1612368000000,"y":0},{"x":1612454400000,"y":0},{"x":1612533600000,"y":0},{"x":1612800000000,"y":0},{"x":1612886400000,"y":0},{"x":1612972800000,"y":0},{"x":1613059200000,"y":0},{"x":1613134800000,"y":0},{"x":1613404800000,"y":0},{"x":1613491200000,"y":0},{"x":1613577600000,"y":0},{"x":1613664000000,"y":0},{"x":1614009600000,"y":0},{"x":1614096000000,"y":0},{"x":1614182400000,"y":0},{"x":1614268800000,"y":0},{"x":1614344400000,"y":0},{"x":1614700800000,"y":0},{"x":1614787200000,"y":0},{"x":1614873780000,"y":0},{"x":1614949200000,"y":0},{"x":1615222800000,"y":0},{"x":1615309200000,"y":0},{"x":1615554000000,"y":0},{"x":1615827600000,"y":0},{"x":1615903200000,"y":0},{"x":1615993200000,"y":0},{"x":1616086800000,"y":0},{"x":1616428800000,"y":0},{"x":1616515200000,"y":0},{"x":1616601600000,"y":0},{"x":1616763600000,"y":0},{"x":1617037200000,"y":0},{"x":1617123600000,"y":0},{"x":1617210000000,"y":0},{"x":1617278400000,"y":0},{"x":1617642000000,"y":0},{"x":1617728400000,"y":0},{"x":1617814800000,"y":0},{"x":1617897600000,"y":0},{"x":1617973200000,"y":0},{"x":1618243200000,"y":0},{"x":1618333200000,"y":0},{"x":1618416000000,"y":0},{"x":1618506000000,"y":0},{"x":1618578000000,"y":0},{"x":1618851600000,"y":0},{"x":1618938000000,"y":0},{"x":1619110800000,"y":0},{"x":1619182800000,"y":0},{"x":1619442000000,"y":0},{"x":1619542800000,"y":0},{"x":1619629200000,"y":0},{"x":1619715600000,"y":0},{"x":1619787600000,"y":0},{"x":1619971200000,"y":0},{"x":1620061200000,"y":0},{"x":1620147600000,"y":0},{"x":1620234000000,"y":0},{"x":1621184400000,"y":0},{"x":1621273140000,"y":0},{"x":1621357200000,"y":0},{"x":1621443600000,"y":0},{"x":1621530000000,"y":0},{"x":1621602000000,"y":0},{"x":1621702800000,"y":0},{"x":1621789200000,"y":0},{"x":1621875600000,"y":0},{"x":1621962000000,"y":0},{"x":1622048400000,"y":0},{"x":1622134800000,"y":0},{"x":1622206800000,"y":0},{"x":1622307600000,"y":0},{"x":1622394000000,"y":0},{"x":1622480400000,"y":0},{"x":1622566800000,"y":0},{"x":1622653200000,"y":0},{"x":1622739600000,"y":0},{"x":1622811600000,"y":0},{"x":1622912400000,"y":0},{"x":1622998800000,"y":0},{"x":1623085200000,"y":0},{"x":1623171600000,"y":0},{"x":1623258000000,"y":0},{"x":1623344400000,"y":0},{"x":1623416400000,"y":0},{"x":1623517200000,"y":0},{"x":1623690000000,"y":0},{"x":1623776400000,"y":0},{"x":1623862800000,"y":0},{"x":1623949200000,"y":0},{"x":1624021200000,"y":0},{"x":1624122000000,"y":0},{"x":1624215600000,"y":0},{"x":1624294800000,"y":0},{"x":1624381200000,"y":0},{"x":1624467600000,"y":0},{"x":1624554000000,"y":0},{"x":1624640400000,"y":0},{"x":1624726800000,"y":0},{"x":1624813200000,"y":0},{"x":1624899600000,"y":0},{"x":1624986000000,"y":0},{"x":1625072400000,"y":0},{"x":1625158800000,"y":0},{"x":1625230800000,"y":0},{"x":1625331600000,"y":0},{"x":1625418000000,"y":0},{"x":1625504400000,"y":0},{"x":1625590800000,"y":0},{"x":1625677200000,"y":0},{"x":1625763600000,"y":0},{"x":1625835600000,"y":0},{"x":1625936400000,"y":0},{"x":1626022800000,"y":0},{"x":1626109200000,"y":0},{"x":1626195600000,"y":0},{"x":1626282000000,"y":0},{"x":1626368400000,"y":0},{"x":1626440400000,"y":0},{"x":1626541200000,"y":0},{"x":1626627600000,"y":0},{"x":1626714000000,"y":0},{"x":1626800400000,"y":0},{"x":1626886800000,"y":0},{"x":1626973200000,"y":0},{"x":1627045200000,"y":0},{"x":1627146000000,"y":0},{"x":1627232400000,"y":0},{"x":1627318800000,"y":0},{"x":1627405200000,"y":0},{"x":1627491600000,"y":0},{"x":1627578000000,"y":0},{"x":1627650000000,"y":0},{"x":1627750800000,"y":0},{"x":1627837200000,"y":0},{"x":1627923600000,"y":0},{"x":1628010000000,"y":0},{"x":1628182800000,"y":0},{"x":1628254800000,"y":0},{"x":1628355600000,"y":0},{"x":1628438400000,"y":0},{"x":1628528400000,"y":0},{"x":1628614800000,"y":0},{"x":1628697600000,"y":0},{"x":1628859600000,"y":0},{"x":1628960400000,"y":0},{"x":1629046800000,"y":0},{"x":1629133200000,"y":0},{"x":1629219600000,"y":0},{"x":1629392400000,"y":0},{"x":1629464400000,"y":0},{"x":1629565200000,"y":0},{"x":1629651600000,"y":0},{"x":1629738000000,"y":0},{"x":1629824400000,"y":0},{"x":1629907200000,"y":0},{"x":1629990000000,"y":0},{"x":1630069200000,"y":0},{"x":1630342800000,"y":0},{"x":1630429200000,"y":0},{"x":1630515600000,"y":0},{"x":1630602000000,"y":0},{"x":1630674000000,"y":0},{"x":1630774800000,"y":0},{"x":1630861200000,"y":0},{"x":1630940400000,"y":0},{"x":1631120400000,"y":0},{"x":1631206800000,"y":0},{"x":1631278800000,"y":0},{"x":1631379600000,"y":0},{"x":1631466000000,"y":0},{"x":1631538000000,"y":0},{"x":1631638800000,"y":0},{"x":1631725200000,"y":0},{"x":1631811600000,"y":0},{"x":1631883600000,"y":0},{"x":1631984400000,"y":0},{"x":1632070800000,"y":0},{"x":1632142800000,"y":0},{"x":1632243600000,"y":0},{"x":1632333600000,"y":0},{"x":1632402000000,"y":0},{"x":1632488400000,"y":0},{"x":1632578400000,"y":0},{"x":1632762000000,"y":0},{"x":1632848400000,"y":0},{"x":1632934800000,"y":0},{"x":1633021200000,"y":0},{"x":1633093200000,"y":0},{"x":1633194000000,"y":0},{"x":1633280400000,"y":0},{"x":1633366800000,"y":0},{"x":1633453200000,"y":0},{"x":1633539600000,"y":0},{"x":1633626000000,"y":0},{"x":1633698000000,"y":0},{"x":1633798800000,"y":0},{"x":1633885200000,"y":0},{"x":1633971600000,"y":0},{"x":1634061600000,"y":0},{"x":1634144400000,"y":0},{"x":1634230800000,"y":0},{"x":1634299200000,"y":0},{"x":1634403600000,"y":0},{"x":1634490000000,"y":0},{"x":1634576400000,"y":0},{"x":1634662800000,"y":0},{"x":1634749200000,"y":0},{"x":1634835600000,"y":0},{"x":1634907600000,"y":0},{"x":1635012000000,"y":0},{"x":1635181200000,"y":0},{"x":1635267600000,"y":0},{"x":1635354000000,"y":0},{"x":1635447600000,"y":0},{"x":1635512400000,"y":0},{"x":1635613200000,"y":0},{"x":1635699600000,"y":0},{"x":1635786000000,"y":0},{"x":1635872400000,"y":0},{"x":1635958800000,"y":0},{"x":1636045200000,"y":0},{"x":1636117200000,"y":0},{"x":1636218000000,"y":0},{"x":1636304400000,"y":0},{"x":1636390800000,"y":0},{"x":1636477200000,"y":0},{"x":1636563600000,"y":0},{"x":1636650000000,"y":0},{"x":1636722000000,"y":0},{"x":1636909200000,"y":0},{"x":1636995600000,"y":0},{"x":1637082000000,"y":0},{"x":1637168400000,"y":0},{"x":1637254800000,"y":0},{"x":1637326800000,"y":0},{"x":1637427600000,"y":0},{"x":1637514000000,"y":0},{"x":1637600400000,"y":0},{"x":1637686800000,"y":0},{"x":1637762400000,"y":0},{"x":1637859600000,"y":0},{"x":1637931600000,"y":0},{"x":1638032400000,"y":0},{"x":1638118800000,"y":0},{"x":1638205200000,"y":0},{"x":1638291600000,"y":0},{"x":1638378000000,"y":0},{"x":1638464400000,"y":0},{"x":1638536400000,"y":0},{"x":1638637200000,"y":0},{"x":1638723600000,"y":0},{"x":1638810000000,"y":0},{"x":1638896400000,"y":0},{"x":1638982800000,"y":0},{"x":1639069200000,"y":0},{"x":1639141200000,"y":0},{"x":1639242000000,"y":0},{"x":1639328400000,"y":0},{"x":1639414800000,"y":0},{"x":1639501200000,"y":0},{"x":1639576800000,"y":0},{"x":1639674000000,"y":0},{"x":1639746000000,"y":0},{"x":1639933200000,"y":0},{"x":1640019600000,"y":0},{"x":1640106000000,"y":0},{"x":1640192400000,"y":0},{"x":1640264400000,"y":0},{"x":1640365200000,"y":0},{"x":1640451600000,"y":0},{"x":1640624400000,"y":0},{"x":1640710800000,"y":0},{"x":1640797200000,"y":0},{"x":1640883600000,"y":0},{"x":1640970000000,"y":0},{"x":1641056400000,"y":0},{"x":1641142800000,"y":0},{"x":1641229200000,"y":0},{"x":1641315600000,"y":0},{"x":1641402000000,"y":0},{"x":1641488400000,"y":0},{"x":1641574800000,"y":0},{"x":1641747600000,"y":0},{"x":1641834000000,"y":0},{"x":1641920400000,"y":0},{"x":1642006800000,"y":0},{"x":1642093200000,"y":0},{"x":1642165200000,"y":0},{"x":1642266000000,"y":0},{"x":1642352400000,"y":0},{"x":1642438800000,"y":0},{"x":1642525200000,"y":0},{"x":1642611600000,"y":0},{"x":1642698000000,"y":0},{"x":1642770000000,"y":0},{"x":1642870800000,"y":0},{"x":1642957200000,"y":0},{"x":1643043600000,"y":0},{"x":1643130000000,"y":0},{"x":1643216400000,"y":0},{"x":1643302800000,"y":0},{"x":1643389200000,"y":0},{"x":1643475600000,"y":0},{"x":1643558400000,"y":0},{"x":1643648400000,"y":0},{"x":1643734800000,"y":0},{"x":1643824800000,"y":0},{"x":1643907600000,"y":0},{"x":1643976000000,"y":0},{"x":1644080400000,"y":0},{"x":1644166800000,"y":0},{"x":1644253200000,"y":0},{"x":1644339600000,"y":0},{"x":1644426000000,"y":0},{"x":1644512400000,"y":0},{"x":1644598800000,"y":0},{"x":1644685200000,"y":0},{"x":1644858000000,"y":0},{"x":1644944400000,"y":0},{"x":1645030800000,"y":0},{"x":1645203600000,"y":0},{"x":1645462800000,"y":0},{"x":1645549200000,"y":0},{"x":1645635600000,"y":0},{"x":1645722000000,"y":0},{"x":1645808400000,"y":0},{"x":1645894800000,"y":0},{"x":1646067600000,"y":0},{"x":1646240400000,"y":0},{"x":1646319600000,"y":0},{"x":1646413200000,"y":0},{"x":1646499600000,"y":0},{"x":1646586000000,"y":0},{"x":1646672400000,"y":0},{"x":1646758800000,"y":0},{"x":1646845200000,"y":0},{"x":1646931600000,"y":0},{"x":1647104400000,"y":0},{"x":1647277200000,"y":0},{"x":1647363600000,"y":0},{"x":1647450000000,"y":0},{"x":1647536400000,"y":0},{"x":1647622800000,"y":0},{"x":1647795600000,"y":0},{"x":1647882000000,"y":0},{"x":1647968400000,"y":0},{"x":1648054800000,"y":0},{"x":1648141200000,"y":0},{"x":1654707600000,"y":0},{"x":1655917200000,"y":0},{"x":1656435960000,"y":0},{"x":1656522180000,"y":0},{"x":1656605460000,"y":0},{"x":1659715200000,"y":0},{"x":1659974400000,"y":0},{"x":1660060800000,"y":0},{"x":1660320000000,"y":0},{"x":1660579200000,"y":0},{"x":1660924800000,"y":0},{"x":1661356800000,"y":0},{"x":1661529600000,"y":0},{"x":1662393600000,"y":0}] }, { type: line_type, name: "ISOLAMENTO DOMICILIAR", showInLegend: "true", xValueType: "dateTime", xValueFormatString: "DD/MM/YYYY", yValueFormatString: "#,##0.##", dataPoints: [{"x":1601575500000,"y":0},{"x":1611932340000,"y":0},{"x":1612281600000,"y":0},{"x":1612368000000,"y":0},{"x":1612454400000,"y":0},{"x":1612533600000,"y":0},{"x":1612800000000,"y":0},{"x":1612886400000,"y":0},{"x":1612972800000,"y":1},{"x":1613059200000,"y":2},{"x":1613134800000,"y":2},{"x":1613404800000,"y":12},{"x":1613491200000,"y":13},{"x":1613577600000,"y":12},{"x":1613664000000,"y":13},{"x":1614009600000,"y":9},{"x":1614096000000,"y":13},{"x":1614182400000,"y":8},{"x":1614268800000,"y":7},{"x":1614344400000,"y":7},{"x":1614700800000,"y":7},{"x":1614787200000,"y":8},{"x":1614873780000,"y":7},{"x":1614949200000,"y":7},{"x":1615222800000,"y":4},{"x":1615309200000,"y":4},{"x":1615554000000,"y":3},{"x":1615827600000,"y":2},{"x":1615903200000,"y":10},{"x":1615993200000,"y":12},{"x":1616086800000,"y":13},{"x":1616428800000,"y":26},{"x":1616515200000,"y":33},{"x":1616601600000,"y":33},{"x":1616763600000,"y":32},{"x":1617037200000,"y":51},{"x":1617123600000,"y":48},{"x":1617210000000,"y":46},{"x":1617278400000,"y":45},{"x":1617642000000,"y":42},{"x":1617728400000,"y":41},{"x":1617814800000,"y":37},{"x":1617897600000,"y":50},{"x":1617973200000,"y":53},{"x":1618243200000,"y":45},{"x":1618333200000,"y":42},{"x":1618416000000,"y":42},{"x":1618506000000,"y":42},{"x":1618578000000,"y":52},{"x":1618851600000,"y":64},{"x":1618938000000,"y":81},{"x":1619110800000,"y":75},{"x":1619182800000,"y":77},{"x":1619442000000,"y":89},{"x":1619542800000,"y":114},{"x":1619629200000,"y":124},{"x":1619715600000,"y":107},{"x":1619787600000,"y":76},{"x":1619971200000,"y":99},{"x":1620061200000,"y":111},{"x":1620147600000,"y":118},{"x":1620234000000,"y":144},{"x":1621184400000,"y":225},{"x":1621273140000,"y":253},{"x":1621357200000,"y":225},{"x":1621443600000,"y":221},{"x":1621530000000,"y":217},{"x":1621602000000,"y":210},{"x":1621702800000,"y":211},{"x":1621789200000,"y":209},{"x":1621875600000,"y":205},{"x":1621962000000,"y":174},{"x":1622048400000,"y":156},{"x":1622134800000,"y":135},{"x":1622206800000,"y":125},{"x":1622307600000,"y":119},{"x":1622394000000,"y":118},{"x":1622480400000,"y":149},{"x":1622566800000,"y":121},{"x":1622653200000,"y":122},{"x":1622739600000,"y":98},{"x":1622811600000,"y":94},{"x":1622912400000,"y":97},{"x":1622998800000,"y":91},{"x":1623085200000,"y":105},{"x":1623171600000,"y":96},{"x":1623258000000,"y":80},{"x":1623344400000,"y":71},{"x":1623416400000,"y":59},{"x":1623517200000,"y":54},{"x":1623690000000,"y":63},{"x":1623776400000,"y":42},{"x":1623862800000,"y":31},{"x":1623949200000,"y":30},{"x":1624021200000,"y":26},{"x":1624122000000,"y":30},{"x":1624215600000,"y":28},{"x":1624294800000,"y":36},{"x":1624381200000,"y":26},{"x":1624467600000,"y":22},{"x":1624554000000,"y":24},{"x":1624640400000,"y":26},{"x":1624726800000,"y":25},{"x":1624813200000,"y":23},{"x":1624899600000,"y":35},{"x":1624986000000,"y":31},{"x":1625072400000,"y":30},{"x":1625158800000,"y":28},{"x":1625230800000,"y":27},{"x":1625331600000,"y":26},{"x":1625418000000,"y":24},{"x":1625504400000,"y":25},{"x":1625590800000,"y":18},{"x":1625677200000,"y":16},{"x":1625763600000,"y":15},{"x":1625835600000,"y":14},{"x":1625936400000,"y":14},{"x":1626022800000,"y":12},{"x":1626109200000,"y":9},{"x":1626195600000,"y":5},{"x":1626282000000,"y":3},{"x":1626368400000,"y":3},{"x":1626440400000,"y":16},{"x":1626541200000,"y":16},{"x":1626627600000,"y":15},{"x":1626714000000,"y":16},{"x":1626800400000,"y":17},{"x":1626886800000,"y":21},{"x":1626973200000,"y":21},{"x":1627045200000,"y":21},{"x":1627146000000,"y":26},{"x":1627232400000,"y":23},{"x":1627318800000,"y":17},{"x":1627405200000,"y":12},{"x":1627491600000,"y":10},{"x":1627578000000,"y":8},{"x":1627650000000,"y":8},{"x":1627750800000,"y":20},{"x":1627837200000,"y":19},{"x":1627923600000,"y":14},{"x":1628010000000,"y":14},{"x":1628182800000,"y":11},{"x":1628254800000,"y":11},{"x":1628355600000,"y":14},{"x":1628438400000,"y":13},{"x":1628528400000,"y":6},{"x":1628614800000,"y":4},{"x":1628697600000,"y":4},{"x":1628859600000,"y":3},{"x":1628960400000,"y":10},{"x":1629046800000,"y":9},{"x":1629133200000,"y":9},{"x":1629219600000,"y":8},{"x":1629392400000,"y":7},{"x":1629464400000,"y":7},{"x":1629565200000,"y":11},{"x":1629651600000,"y":11},{"x":1629738000000,"y":11},{"x":1629824400000,"y":9},{"x":1629907200000,"y":4},{"x":1629990000000,"y":4},{"x":1630069200000,"y":4},{"x":1630342800000,"y":0},{"x":1630429200000,"y":4},{"x":1630515600000,"y":4},{"x":1630602000000,"y":4},{"x":1630674000000,"y":6},{"x":1630774800000,"y":5},{"x":1630861200000,"y":3},{"x":1630940400000,"y":1},{"x":1631120400000,"y":2},{"x":1631206800000,"y":2},{"x":1631278800000,"y":2},{"x":1631379600000,"y":2},{"x":1631466000000,"y":2},{"x":1631538000000,"y":1},{"x":1631638800000,"y":1},{"x":1631725200000,"y":1},{"x":1631811600000,"y":2},{"x":1631883600000,"y":2},{"x":1631984400000,"y":2},{"x":1632070800000,"y":1},{"x":1632142800000,"y":1},{"x":1632243600000,"y":1},{"x":1632333600000,"y":1},{"x":1632402000000,"y":1},{"x":1632488400000,"y":1},{"x":1632578400000,"y":1},{"x":1632762000000,"y":1},{"x":1632848400000,"y":2},{"x":1632934800000,"y":2},{"x":1633021200000,"y":2},{"x":1633093200000,"y":2},{"x":1633194000000,"y":3},{"x":1633280400000,"y":3},{"x":1633366800000,"y":4},{"x":1633453200000,"y":4},{"x":1633539600000,"y":3},{"x":1633626000000,"y":3},{"x":1633698000000,"y":4},{"x":1633798800000,"y":4},{"x":1633885200000,"y":3},{"x":1633971600000,"y":4},{"x":1634061600000,"y":2},{"x":1634144400000,"y":2},{"x":1634230800000,"y":3},{"x":1634299200000,"y":3},{"x":1634403600000,"y":3},{"x":1634490000000,"y":2},{"x":1634576400000,"y":6},{"x":1634662800000,"y":6},{"x":1634749200000,"y":6},{"x":1634835600000,"y":7},{"x":1634907600000,"y":9},{"x":1635012000000,"y":10},{"x":1635181200000,"y":8},{"x":1635267600000,"y":7},{"x":1635354000000,"y":5},{"x":1635447600000,"y":4},{"x":1635512400000,"y":8},{"x":1635613200000,"y":8},{"x":1635699600000,"y":7},{"x":1635786000000,"y":7},{"x":1635872400000,"y":7},{"x":1635958800000,"y":7},{"x":1636045200000,"y":6},{"x":1636117200000,"y":6},{"x":1636218000000,"y":5},{"x":1636304400000,"y":5},{"x":1636390800000,"y":2},{"x":1636477200000,"y":2},{"x":1636563600000,"y":2},{"x":1636650000000,"y":2},{"x":1636722000000,"y":2},{"x":1636909200000,"y":2},{"x":1636995600000,"y":2},{"x":1637082000000,"y":2},{"x":1637168400000,"y":2},{"x":1637254800000,"y":2},{"x":1637326800000,"y":6},{"x":1637427600000,"y":6},{"x":1637514000000,"y":6},{"x":1637600400000,"y":8},{"x":1637686800000,"y":8},{"x":1637762400000,"y":8},{"x":1637859600000,"y":7},{"x":1637931600000,"y":7},{"x":1638032400000,"y":7},{"x":1638118800000,"y":9},{"x":1638205200000,"y":9},{"x":1638291600000,"y":9},{"x":1638378000000,"y":6},{"x":1638464400000,"y":5},{"x":1638536400000,"y":7},{"x":1638637200000,"y":7},{"x":1638723600000,"y":7},{"x":1638810000000,"y":8},{"x":1638896400000,"y":10},{"x":1638982800000,"y":9},{"x":1639069200000,"y":9},{"x":1639141200000,"y":24},{"x":1639242000000,"y":24},{"x":1639328400000,"y":24},{"x":1639414800000,"y":23},{"x":1639501200000,"y":22},{"x":1639576800000,"y":21},{"x":1639674000000,"y":19},{"x":1639746000000,"y":21},{"x":1639933200000,"y":21},{"x":1640019600000,"y":21},{"x":1640106000000,"y":18},{"x":1640192400000,"y":3},{"x":1640264400000,"y":3},{"x":1640365200000,"y":3},{"x":1640451600000,"y":3},{"x":1640624400000,"y":0},{"x":1640710800000,"y":0},{"x":1640797200000,"y":0},{"x":1640883600000,"y":0},{"x":1640970000000,"y":0},{"x":1641056400000,"y":0},{"x":1641142800000,"y":0},{"x":1641229200000,"y":0},{"x":1641315600000,"y":0},{"x":1641402000000,"y":0},{"x":1641488400000,"y":0},{"x":1641574800000,"y":1},{"x":1641747600000,"y":1},{"x":1641834000000,"y":2},{"x":1641920400000,"y":5},{"x":1642006800000,"y":9},{"x":1642093200000,"y":10},{"x":1642165200000,"y":16},{"x":1642266000000,"y":18},{"x":1642352400000,"y":18},{"x":1642438800000,"y":35},{"x":1642525200000,"y":37},{"x":1642611600000,"y":46},{"x":1642698000000,"y":49},{"x":1642770000000,"y":58},{"x":1642870800000,"y":62},{"x":1642957200000,"y":62},{"x":1643043600000,"y":74},{"x":1643130000000,"y":79},{"x":1643216400000,"y":68},{"x":1643302800000,"y":73},{"x":1643389200000,"y":68},{"x":1643475600000,"y":65},{"x":1643558400000,"y":65},{"x":1643648400000,"y":76},{"x":1643734800000,"y":87},{"x":1643824800000,"y":111},{"x":1643907600000,"y":126},{"x":1643976000000,"y":126},{"x":1644080400000,"y":119},{"x":1644166800000,"y":101},{"x":1644253200000,"y":99},{"x":1644339600000,"y":102},{"x":1644426000000,"y":55},{"x":1644512400000,"y":41},{"x":1644598800000,"y":46},{"x":1644685200000,"y":46},{"x":1644858000000,"y":45},{"x":1644944400000,"y":40},{"x":1645030800000,"y":33},{"x":1645203600000,"y":29},{"x":1645462800000,"y":28},{"x":1645549200000,"y":25},{"x":1645635600000,"y":26},{"x":1645722000000,"y":21},{"x":1645808400000,"y":16},{"x":1645894800000,"y":17},{"x":1646067600000,"y":8},{"x":1646240400000,"y":5},{"x":1646319600000,"y":5},{"x":1646413200000,"y":5},{"x":1646499600000,"y":5},{"x":1646586000000,"y":5},{"x":1646672400000,"y":2},{"x":1646758800000,"y":2},{"x":1646845200000,"y":2},{"x":1646931600000,"y":0},{"x":1647104400000,"y":0},{"x":1647277200000,"y":0},{"x":1647363600000,"y":0},{"x":1647450000000,"y":1},{"x":1647536400000,"y":1},{"x":1647622800000,"y":1},{"x":1647795600000,"y":1},{"x":1647882000000,"y":3},{"x":1647968400000,"y":2},{"x":1648054800000,"y":1},{"x":1648141200000,"y":1},{"x":1654707600000,"y":0},{"x":1655917200000,"y":1},{"x":1656435960000,"y":6},{"x":1656522180000,"y":10},{"x":1656605460000,"y":16},{"x":1659715200000,"y":2},{"x":1659974400000,"y":2},{"x":1660060800000,"y":1},{"x":1660320000000,"y":1},{"x":1660579200000,"y":0},{"x":1660924800000,"y":2},{"x":1661356800000,"y":2},{"x":1661529600000,"y":0},{"x":1662393600000,"y":0}] }, { type: line_type, name: "ISOLAMENTO HOSPITALAR", showInLegend: "true", xValueType: "dateTime", xValueFormatString: "DD/MM/YYYY", yValueFormatString: "#,##0.##", dataPoints: [{"x":1601575500000,"y":0},{"x":1611932340000,"y":0},{"x":1612281600000,"y":0},{"x":1612368000000,"y":0},{"x":1612454400000,"y":0},{"x":1612533600000,"y":0},{"x":1612800000000,"y":0},{"x":1612886400000,"y":0},{"x":1612972800000,"y":0},{"x":1613059200000,"y":0},{"x":1613134800000,"y":0},{"x":1613404800000,"y":0},{"x":1613491200000,"y":0},{"x":1613577600000,"y":0},{"x":1613664000000,"y":0},{"x":1614009600000,"y":0},{"x":1614096000000,"y":0},{"x":1614182400000,"y":0},{"x":1614268800000,"y":0},{"x":1614344400000,"y":0},{"x":1614700800000,"y":0},{"x":1614787200000,"y":0},{"x":1614873780000,"y":0},{"x":1614949200000,"y":0},{"x":1615222800000,"y":1},{"x":1615309200000,"y":1},{"x":1615554000000,"y":2},{"x":1615827600000,"y":1},{"x":1615903200000,"y":1},{"x":1615993200000,"y":1},{"x":1616086800000,"y":1},{"x":1616428800000,"y":6},{"x":1616515200000,"y":3},{"x":1616601600000,"y":3},{"x":1616763600000,"y":3},{"x":1617037200000,"y":2},{"x":1617123600000,"y":1},{"x":1617210000000,"y":3},{"x":1617278400000,"y":4},{"x":1617642000000,"y":7},{"x":1617728400000,"y":6},{"x":1617814800000,"y":6},{"x":1617897600000,"y":6},{"x":1617973200000,"y":6},{"x":1618243200000,"y":7},{"x":1618333200000,"y":7},{"x":1618416000000,"y":7},{"x":1618506000000,"y":8},{"x":1618578000000,"y":8},{"x":1618851600000,"y":8},{"x":1618938000000,"y":8},{"x":1619110800000,"y":7},{"x":1619182800000,"y":7},{"x":1619442000000,"y":6},{"x":1619542800000,"y":10},{"x":1619629200000,"y":7},{"x":1619715600000,"y":11},{"x":1619787600000,"y":10},{"x":1619971200000,"y":13},{"x":1620061200000,"y":13},{"x":1620147600000,"y":12},{"x":1620234000000,"y":11},{"x":1621184400000,"y":15},{"x":1621273140000,"y":18},{"x":1621357200000,"y":16},{"x":1621443600000,"y":12},{"x":1621530000000,"y":12},{"x":1621602000000,"y":14},{"x":1621702800000,"y":13},{"x":1621789200000,"y":14},{"x":1621875600000,"y":17},{"x":1621962000000,"y":17},{"x":1622048400000,"y":15},{"x":1622134800000,"y":11},{"x":1622206800000,"y":10},{"x":1622307600000,"y":8},{"x":1622394000000,"y":6},{"x":1622480400000,"y":6},{"x":1622566800000,"y":6},{"x":1622653200000,"y":4},{"x":1622739600000,"y":5},{"x":1622811600000,"y":5},{"x":1622912400000,"y":5},{"x":1622998800000,"y":5},{"x":1623085200000,"y":6},{"x":1623171600000,"y":6},{"x":1623258000000,"y":5},{"x":1623344400000,"y":4},{"x":1623416400000,"y":5},{"x":1623517200000,"y":4},{"x":1623690000000,"y":3},{"x":1623776400000,"y":2},{"x":1623862800000,"y":4},{"x":1623949200000,"y":4},{"x":1624021200000,"y":5},{"x":1624122000000,"y":4},{"x":1624215600000,"y":3},{"x":1624294800000,"y":3},{"x":1624381200000,"y":2},{"x":1624467600000,"y":3},{"x":1624554000000,"y":4},{"x":1624640400000,"y":4},{"x":1624726800000,"y":3},{"x":1624813200000,"y":3},{"x":1624899600000,"y":3},{"x":1624986000000,"y":3},{"x":1625072400000,"y":2},{"x":1625158800000,"y":2},{"x":1625230800000,"y":2},{"x":1625331600000,"y":2},{"x":1625418000000,"y":3},{"x":1625504400000,"y":1},{"x":1625590800000,"y":1},{"x":1625677200000,"y":1},{"x":1625763600000,"y":1},{"x":1625835600000,"y":1},{"x":1625936400000,"y":1},{"x":1626022800000,"y":0},{"x":1626109200000,"y":1},{"x":1626195600000,"y":1},{"x":1626282000000,"y":1},{"x":1626368400000,"y":1},{"x":1626440400000,"y":1},{"x":1626541200000,"y":1},{"x":1626627600000,"y":1},{"x":1626714000000,"y":2},{"x":1626800400000,"y":2},{"x":1626886800000,"y":0},{"x":1626973200000,"y":0},{"x":1627045200000,"y":0},{"x":1627146000000,"y":0},{"x":1627232400000,"y":0},{"x":1627318800000,"y":0},{"x":1627405200000,"y":0},{"x":1627491600000,"y":0},{"x":1627578000000,"y":0},{"x":1627650000000,"y":0},{"x":1627750800000,"y":0},{"x":1627837200000,"y":0},{"x":1627923600000,"y":0},{"x":1628010000000,"y":0},{"x":1628182800000,"y":1},{"x":1628254800000,"y":0},{"x":1628355600000,"y":0},{"x":1628438400000,"y":0},{"x":1628528400000,"y":0},{"x":1628614800000,"y":0},{"x":1628697600000,"y":0},{"x":1628859600000,"y":0},{"x":1628960400000,"y":0},{"x":1629046800000,"y":0},{"x":1629133200000,"y":1},{"x":1629219600000,"y":1},{"x":1629392400000,"y":3},{"x":1629464400000,"y":3},{"x":1629565200000,"y":4},{"x":1629651600000,"y":4},{"x":1629738000000,"y":4},{"x":1629824400000,"y":4},{"x":1629907200000,"y":4},{"x":1629990000000,"y":3},{"x":1630069200000,"y":3},{"x":1630342800000,"y":2},{"x":1630429200000,"y":2},{"x":1630515600000,"y":2},{"x":1630602000000,"y":2},{"x":1630674000000,"y":1},{"x":1630774800000,"y":1},{"x":1630861200000,"y":1},{"x":1630940400000,"y":1},{"x":1631120400000,"y":1},{"x":1631206800000,"y":1},{"x":1631278800000,"y":1},{"x":1631379600000,"y":1},{"x":1631466000000,"y":1},{"x":1631538000000,"y":1},{"x":1631638800000,"y":0},{"x":1631725200000,"y":0},{"x":1631811600000,"y":0},{"x":1631883600000,"y":0},{"x":1631984400000,"y":0},{"x":1632070800000,"y":0},{"x":1632142800000,"y":0},{"x":1632243600000,"y":0},{"x":1632333600000,"y":1},{"x":1632402000000,"y":1},{"x":1632488400000,"y":0},{"x":1632578400000,"y":0},{"x":1632762000000,"y":0},{"x":1632848400000,"y":0},{"x":1632934800000,"y":0},{"x":1633021200000,"y":0},{"x":1633093200000,"y":0},{"x":1633194000000,"y":0},{"x":1633280400000,"y":0},{"x":1633366800000,"y":0},{"x":1633453200000,"y":0},{"x":1633539600000,"y":0},{"x":1633626000000,"y":0},{"x":1633698000000,"y":0},{"x":1633798800000,"y":0},{"x":1633885200000,"y":0},{"x":1633971600000,"y":0},{"x":1634061600000,"y":0},{"x":1634144400000,"y":0},{"x":1634230800000,"y":0},{"x":1634299200000,"y":0},{"x":1634403600000,"y":0},{"x":1634490000000,"y":0},{"x":1634576400000,"y":0},{"x":1634662800000,"y":0},{"x":1634749200000,"y":0},{"x":1634835600000,"y":0},{"x":1634907600000,"y":1},{"x":1635012000000,"y":0},{"x":1635181200000,"y":0},{"x":1635267600000,"y":0},{"x":1635354000000,"y":0},{"x":1635447600000,"y":0},{"x":1635512400000,"y":0},{"x":1635613200000,"y":0},{"x":1635699600000,"y":0},{"x":1635786000000,"y":0},{"x":1635872400000,"y":0},{"x":1635958800000,"y":0},{"x":1636045200000,"y":0},{"x":1636117200000,"y":0},{"x":1636218000000,"y":0},{"x":1636304400000,"y":0},{"x":1636390800000,"y":0},{"x":1636477200000,"y":0},{"x":1636563600000,"y":0},{"x":1636650000000,"y":0},{"x":1636722000000,"y":0},{"x":1636909200000,"y":0},{"x":1636995600000,"y":0},{"x":1637082000000,"y":1},{"x":1637168400000,"y":1},{"x":1637254800000,"y":2},{"x":1637326800000,"y":2},{"x":1637427600000,"y":2},{"x":1637514000000,"y":2},{"x":1637600400000,"y":1},{"x":1637686800000,"y":1},{"x":1637762400000,"y":1},{"x":1637859600000,"y":1},{"x":1637931600000,"y":1},{"x":1638032400000,"y":1},{"x":1638118800000,"y":0},{"x":1638205200000,"y":0},{"x":1638291600000,"y":0},{"x":1638378000000,"y":0},{"x":1638464400000,"y":0},{"x":1638536400000,"y":0},{"x":1638637200000,"y":0},{"x":1638723600000,"y":0},{"x":1638810000000,"y":0},{"x":1638896400000,"y":0},{"x":1638982800000,"y":0},{"x":1639069200000,"y":0},{"x":1639141200000,"y":0},{"x":1639242000000,"y":0},{"x":1639328400000,"y":0},{"x":1639414800000,"y":0},{"x":1639501200000,"y":0},{"x":1639576800000,"y":0},{"x":1639674000000,"y":0},{"x":1639746000000,"y":0},{"x":1639933200000,"y":0},{"x":1640019600000,"y":0},{"x":1640106000000,"y":0},{"x":1640192400000,"y":0},{"x":1640264400000,"y":0},{"x":1640365200000,"y":0},{"x":1640451600000,"y":0},{"x":1640624400000,"y":0},{"x":1640710800000,"y":0},{"x":1640797200000,"y":0},{"x":1640883600000,"y":0},{"x":1640970000000,"y":0},{"x":1641056400000,"y":0},{"x":1641142800000,"y":0},{"x":1641229200000,"y":0},{"x":1641315600000,"y":0},{"x":1641402000000,"y":0},{"x":1641488400000,"y":0},{"x":1641574800000,"y":0},{"x":1641747600000,"y":0},{"x":1641834000000,"y":1},{"x":1641920400000,"y":1},{"x":1642006800000,"y":1},{"x":1642093200000,"y":1},{"x":1642165200000,"y":1},{"x":1642266000000,"y":1},{"x":1642352400000,"y":1},{"x":1642438800000,"y":1},{"x":1642525200000,"y":0},{"x":1642611600000,"y":1},{"x":1642698000000,"y":1},{"x":1642770000000,"y":1},{"x":1642870800000,"y":1},{"x":1642957200000,"y":1},{"x":1643043600000,"y":1},{"x":1643130000000,"y":1},{"x":1643216400000,"y":2},{"x":1643302800000,"y":1},{"x":1643389200000,"y":1},{"x":1643475600000,"y":1},{"x":1643558400000,"y":1},{"x":1643648400000,"y":1},{"x":1643734800000,"y":0},{"x":1643824800000,"y":2},{"x":1643907600000,"y":3},{"x":1643976000000,"y":2},{"x":1644080400000,"y":2},{"x":1644166800000,"y":2},{"x":1644253200000,"y":1},{"x":1644339600000,"y":1},{"x":1644426000000,"y":1},{"x":1644512400000,"y":0},{"x":1644598800000,"y":0},{"x":1644685200000,"y":0},{"x":1644858000000,"y":1},{"x":1644944400000,"y":1},{"x":1645030800000,"y":1},{"x":1645203600000,"y":0},{"x":1645462800000,"y":0},{"x":1645549200000,"y":1},{"x":1645635600000,"y":1},{"x":1645722000000,"y":1},{"x":1645808400000,"y":1},{"x":1645894800000,"y":0},{"x":1646067600000,"y":0},{"x":1646240400000,"y":0},{"x":1646319600000,"y":0},{"x":1646413200000,"y":1},{"x":1646499600000,"y":1},{"x":1646586000000,"y":1},{"x":1646672400000,"y":1},{"x":1646758800000,"y":2},{"x":1646845200000,"y":2},{"x":1646931600000,"y":2},{"x":1647104400000,"y":2},{"x":1647277200000,"y":2},{"x":1647363600000,"y":2},{"x":1647450000000,"y":3},{"x":1647536400000,"y":3},{"x":1647622800000,"y":3},{"x":1647795600000,"y":3},{"x":1647882000000,"y":2},{"x":1647968400000,"y":2},{"x":1648054800000,"y":2},{"x":1648141200000,"y":2},{"x":1654707600000,"y":0},{"x":1655917200000,"y":0},{"x":1656435960000,"y":0},{"x":1656522180000,"y":0},{"x":1656605460000,"y":0},{"x":1659715200000,"y":0},{"x":1659974400000,"y":0},{"x":1660060800000,"y":0},{"x":1660320000000,"y":0},{"x":1660579200000,"y":0},{"x":1660924800000,"y":0},{"x":1661356800000,"y":0},{"x":1661529600000,"y":0},{"x":1662393600000,"y":0}] } ); } var chart = new CanvasJS.Chart("chartContainer", { animationEnabled: true, title:{ text: "CONTRA O CORONAVÍRUS (COVID-19)", fontFamily: "Raleway", fontSize: 32, fontWeight: "bold", }, subtitles: [{ text: "EVOLUÇÃO EPIDEMIOLÓGICA", fontFamily: "Raleway", }], backgroundColor: "#FFFFFF", axisY: { // reta VERTICAL includeZero: true, prefix: "Até ", suffix: " casos", }, axisX: { // reta HORIZONTAL valueFormatString: "DD/MM/YY", }, legend:{ // permite clicar na legenda e ativar e desativar linhas cursor: "pointer", itemclick: toggleDataSeries }, toolTip: { // exibe a caixa com resumo dos numeros ao passar o mouse shared: true, }, data: chart_data }); console.log(chart); chart.render(); // Ao clicar em uma legenda, ativa ou desativa a linha do gráfico function toggleDataSeries(e){ if (typeof(e.dataSeries.visible) === "undefined" || e.dataSeries.visible) { e.dataSeries.visible = false; } else{ e.dataSeries.visible = true; } chart.render(); } } if (chart_lib === 'ChartJS') { var ctx = document.getElementById('chart-covid').getContext('2d'); // CONFIG var chartConfig = { title: 'Evolução Epidemiológica', subtitle: '', titleColor: '#443F3F', fill: false, lineTension: 0.1, borderWidth: 3, opacity: '1', pointRadius: 3 }; // - Dados: Suspeitos var data = []; data = [{"x":1601575500000,"y":71},{"x":1611932340000,"y":26},{"x":1612281600000,"y":24},{"x":1612368000000,"y":24},{"x":1612454400000,"y":48},{"x":1612533600000,"y":31},{"x":1612800000000,"y":39},{"x":1612886400000,"y":38},{"x":1612972800000,"y":49},{"x":1613059200000,"y":44},{"x":1613134800000,"y":29},{"x":1613404800000,"y":19},{"x":1613491200000,"y":19},{"x":1613577600000,"y":18},{"x":1613664000000,"y":23},{"x":1614009600000,"y":15},{"x":1614096000000,"y":67},{"x":1614182400000,"y":67},{"x":1614268800000,"y":66},{"x":1614344400000,"y":68},{"x":1614700800000,"y":48},{"x":1614787200000,"y":26},{"x":1614873780000,"y":26},{"x":1614949200000,"y":34},{"x":1615222800000,"y":3},{"x":1615309200000,"y":22},{"x":1615554000000,"y":43},{"x":1615827600000,"y":58},{"x":1615903200000,"y":18},{"x":1615993200000,"y":54},{"x":1616086800000,"y":55},{"x":1616428800000,"y":15},{"x":1616515200000,"y":35},{"x":1616601600000,"y":53},{"x":1616763600000,"y":48},{"x":1617037200000,"y":15},{"x":1617123600000,"y":41},{"x":1617210000000,"y":40},{"x":1617278400000,"y":39},{"x":1617642000000,"y":23},{"x":1617728400000,"y":21},{"x":1617814800000,"y":21},{"x":1617897600000,"y":33},{"x":1617973200000,"y":51},{"x":1618243200000,"y":39},{"x":1618333200000,"y":21},{"x":1618416000000,"y":21},{"x":1618506000000,"y":39},{"x":1618578000000,"y":36},{"x":1618851600000,"y":42},{"x":1618938000000,"y":12},{"x":1619110800000,"y":12},{"x":1619182800000,"y":74},{"x":1619442000000,"y":42},{"x":1619542800000,"y":28},{"x":1619629200000,"y":28},{"x":1619715600000,"y":28},{"x":1619787600000,"y":28},{"x":1619971200000,"y":30},{"x":1620061200000,"y":31},{"x":1620147600000,"y":9},{"x":1620234000000,"y":10},{"x":1621184400000,"y":9},{"x":1621273140000,"y":8},{"x":1621357200000,"y":8},{"x":1621443600000,"y":9},{"x":1621530000000,"y":12},{"x":1621602000000,"y":11},{"x":1621702800000,"y":11},{"x":1621789200000,"y":11},{"x":1621875600000,"y":11},{"x":1621962000000,"y":9},{"x":1622048400000,"y":9},{"x":1622134800000,"y":10},{"x":1622206800000,"y":10},{"x":1622307600000,"y":10},{"x":1622394000000,"y":10},{"x":1622480400000,"y":10},{"x":1622566800000,"y":10},{"x":1622653200000,"y":9},{"x":1622739600000,"y":9},{"x":1622811600000,"y":9},{"x":1622912400000,"y":9},{"x":1622998800000,"y":9},{"x":1623085200000,"y":3},{"x":1623171600000,"y":3},{"x":1623258000000,"y":3},{"x":1623344400000,"y":4},{"x":1623416400000,"y":4},{"x":1623517200000,"y":4},{"x":1623690000000,"y":4},{"x":1623776400000,"y":4},{"x":1623862800000,"y":4},{"x":1623949200000,"y":3},{"x":1624021200000,"y":3},{"x":1624122000000,"y":3},{"x":1624215600000,"y":1},{"x":1624294800000,"y":1},{"x":1624381200000,"y":1},{"x":1624467600000,"y":1},{"x":1624554000000,"y":1},{"x":1624640400000,"y":1},{"x":1624726800000,"y":1},{"x":1624813200000,"y":1},{"x":1624899600000,"y":1},{"x":1624986000000,"y":1},{"x":1625072400000,"y":1},{"x":1625158800000,"y":1},{"x":1625230800000,"y":0},{"x":1625331600000,"y":0},{"x":1625418000000,"y":0},{"x":1625504400000,"y":0},{"x":1625590800000,"y":0},{"x":1625677200000,"y":0},{"x":1625763600000,"y":0},{"x":1625835600000,"y":0},{"x":1625936400000,"y":0},{"x":1626022800000,"y":0},{"x":1626109200000,"y":0},{"x":1626195600000,"y":0},{"x":1626282000000,"y":0},{"x":1626368400000,"y":0},{"x":1626440400000,"y":0},{"x":1626541200000,"y":0},{"x":1626627600000,"y":0},{"x":1626714000000,"y":0},{"x":1626800400000,"y":0},{"x":1626886800000,"y":1},{"x":1626973200000,"y":1},{"x":1627045200000,"y":2},{"x":1627146000000,"y":2},{"x":1627232400000,"y":2},{"x":1627318800000,"y":2},{"x":1627405200000,"y":2},{"x":1627491600000,"y":2},{"x":1627578000000,"y":2},{"x":1627650000000,"y":2},{"x":1627750800000,"y":1},{"x":1627837200000,"y":1},{"x":1627923600000,"y":1},{"x":1628010000000,"y":1},{"x":1628182800000,"y":1},{"x":1628254800000,"y":23},{"x":1628355600000,"y":2},{"x":1628438400000,"y":2},{"x":1628528400000,"y":2},{"x":1628614800000,"y":2},{"x":1628697600000,"y":0},{"x":1628859600000,"y":0},{"x":1628960400000,"y":0},{"x":1629046800000,"y":0},{"x":1629133200000,"y":0},{"x":1629219600000,"y":0},{"x":1629392400000,"y":1},{"x":1629464400000,"y":1},{"x":1629565200000,"y":0},{"x":1629651600000,"y":0},{"x":1629738000000,"y":0},{"x":1629824400000,"y":0},{"x":1629907200000,"y":0},{"x":1629990000000,"y":0},{"x":1630069200000,"y":0},{"x":1630342800000,"y":0},{"x":1630429200000,"y":0},{"x":1630515600000,"y":0},{"x":1630602000000,"y":0},{"x":1630674000000,"y":0},{"x":1630774800000,"y":0},{"x":1630861200000,"y":0},{"x":1630940400000,"y":0},{"x":1631120400000,"y":0},{"x":1631206800000,"y":0},{"x":1631278800000,"y":0},{"x":1631379600000,"y":0},{"x":1631466000000,"y":0},{"x":1631538000000,"y":0},{"x":1631638800000,"y":0},{"x":1631725200000,"y":0},{"x":1631811600000,"y":0},{"x":1631883600000,"y":0},{"x":1631984400000,"y":0},{"x":1632070800000,"y":0},{"x":1632142800000,"y":0},{"x":1632243600000,"y":0},{"x":1632333600000,"y":1},{"x":1632402000000,"y":0},{"x":1632488400000,"y":0},{"x":1632578400000,"y":0},{"x":1632762000000,"y":0},{"x":1632848400000,"y":0},{"x":1632934800000,"y":0},{"x":1633021200000,"y":0},{"x":1633093200000,"y":0},{"x":1633194000000,"y":0},{"x":1633280400000,"y":0},{"x":1633366800000,"y":2},{"x":1633453200000,"y":2},{"x":1633539600000,"y":2},{"x":1633626000000,"y":2},{"x":1633698000000,"y":0},{"x":1633798800000,"y":0},{"x":1633885200000,"y":0},{"x":1633971600000,"y":0},{"x":1634061600000,"y":0},{"x":1634144400000,"y":0},{"x":1634230800000,"y":0},{"x":1634299200000,"y":0},{"x":1634403600000,"y":0},{"x":1634490000000,"y":0},{"x":1634576400000,"y":0},{"x":1634662800000,"y":0},{"x":1634749200000,"y":0},{"x":1634835600000,"y":0},{"x":1634907600000,"y":0},{"x":1635012000000,"y":0},{"x":1635181200000,"y":0},{"x":1635267600000,"y":0},{"x":1635354000000,"y":1},{"x":1635447600000,"y":1},{"x":1635512400000,"y":0},{"x":1635613200000,"y":0},{"x":1635699600000,"y":0},{"x":1635786000000,"y":0},{"x":1635872400000,"y":0},{"x":1635958800000,"y":1},{"x":1636045200000,"y":1},{"x":1636117200000,"y":1},{"x":1636218000000,"y":1},{"x":1636304400000,"y":1},{"x":1636390800000,"y":1},{"x":1636477200000,"y":1},{"x":1636563600000,"y":0},{"x":1636650000000,"y":0},{"x":1636722000000,"y":0},{"x":1636909200000,"y":0},{"x":1636995600000,"y":0},{"x":1637082000000,"y":0},{"x":1637168400000,"y":0},{"x":1637254800000,"y":17},{"x":1637326800000,"y":1},{"x":1637427600000,"y":1},{"x":1637514000000,"y":1},{"x":1637600400000,"y":0},{"x":1637686800000,"y":0},{"x":1637762400000,"y":0},{"x":1637859600000,"y":14},{"x":1637931600000,"y":14},{"x":1638032400000,"y":14},{"x":1638118800000,"y":1},{"x":1638205200000,"y":0},{"x":1638291600000,"y":0},{"x":1638378000000,"y":0},{"x":1638464400000,"y":13},{"x":1638536400000,"y":0},{"x":1638637200000,"y":0},{"x":1638723600000,"y":0},{"x":1638810000000,"y":0},{"x":1638896400000,"y":0},{"x":1638982800000,"y":0},{"x":1639069200000,"y":24},{"x":1639141200000,"y":1},{"x":1639242000000,"y":1},{"x":1639328400000,"y":1},{"x":1639414800000,"y":0},{"x":1639501200000,"y":0},{"x":1639576800000,"y":0},{"x":1639674000000,"y":11},{"x":1639746000000,"y":1},{"x":1639933200000,"y":1},{"x":1640019600000,"y":0},{"x":1640106000000,"y":0},{"x":1640192400000,"y":5},{"x":1640264400000,"y":5},{"x":1640365200000,"y":5},{"x":1640451600000,"y":5},{"x":1640624400000,"y":0},{"x":1640710800000,"y":0},{"x":1640797200000,"y":0},{"x":1640883600000,"y":0},{"x":1640970000000,"y":0},{"x":1641056400000,"y":0},{"x":1641142800000,"y":0},{"x":1641229200000,"y":0},{"x":1641315600000,"y":0},{"x":1641402000000,"y":5},{"x":1641488400000,"y":5},{"x":1641574800000,"y":5},{"x":1641747600000,"y":0},{"x":1641834000000,"y":10},{"x":1641920400000,"y":22},{"x":1642006800000,"y":35},{"x":1642093200000,"y":35},{"x":1642165200000,"y":34},{"x":1642266000000,"y":34},{"x":1642352400000,"y":34},{"x":1642438800000,"y":34},{"x":1642525200000,"y":34},{"x":1642611600000,"y":33},{"x":1642698000000,"y":33},{"x":1642770000000,"y":33},{"x":1642870800000,"y":33},{"x":1642957200000,"y":33},{"x":1643043600000,"y":60},{"x":1643130000000,"y":63},{"x":1643216400000,"y":77},{"x":1643302800000,"y":77},{"x":1643389200000,"y":77},{"x":1643475600000,"y":77},{"x":1643558400000,"y":77},{"x":1643648400000,"y":46},{"x":1643734800000,"y":46},{"x":1643824800000,"y":3},{"x":1643907600000,"y":3},{"x":1643976000000,"y":0},{"x":1644080400000,"y":0},{"x":1644166800000,"y":0},{"x":1644253200000,"y":0},{"x":1644339600000,"y":0},{"x":1644426000000,"y":0},{"x":1644512400000,"y":0},{"x":1644598800000,"y":0},{"x":1644685200000,"y":0},{"x":1644858000000,"y":0},{"x":1644944400000,"y":0},{"x":1645030800000,"y":0},{"x":1645203600000,"y":0},{"x":1645462800000,"y":0},{"x":1645549200000,"y":0},{"x":1645635600000,"y":0},{"x":1645722000000,"y":0},{"x":1645808400000,"y":0},{"x":1645894800000,"y":0},{"x":1646067600000,"y":0},{"x":1646240400000,"y":0},{"x":1646319600000,"y":0},{"x":1646413200000,"y":0},{"x":1646499600000,"y":0},{"x":1646586000000,"y":0},{"x":1646672400000,"y":0},{"x":1646758800000,"y":0},{"x":1646845200000,"y":0},{"x":1646931600000,"y":0},{"x":1647104400000,"y":0},{"x":1647277200000,"y":0},{"x":1647363600000,"y":0},{"x":1647450000000,"y":0},{"x":1647536400000,"y":0},{"x":1647622800000,"y":0},{"x":1647795600000,"y":0},{"x":1647882000000,"y":0},{"x":1647968400000,"y":0},{"x":1648054800000,"y":0},{"x":1648141200000,"y":0},{"x":1654707600000,"y":0},{"x":1655917200000,"y":0},{"x":1656435960000,"y":0},{"x":1656522180000,"y":0},{"x":1656605460000,"y":0},{"x":1659715200000,"y":0},{"x":1659974400000,"y":0},{"x":1660060800000,"y":0},{"x":1660320000000,"y":0},{"x":1660579200000,"y":0},{"x":1660924800000,"y":0},{"x":1661356800000,"y":0},{"x":1661529600000,"y":0},{"x":1662393600000,"y":0}]; var suspectData = []; var timeStamp = []; data.forEach( element => { date = new Date(element.x); timeStamp.push(date.toLocaleDateString('pt-BR')); // captura datas suspectData.push(element.y); // número de suspeitos por data }); // - Dados: Confirmados data = [{"x":1601575500000,"y":243},{"x":1611932340000,"y":466},{"x":1612281600000,"y":468},{"x":1612368000000,"y":468},{"x":1612454400000,"y":470},{"x":1612533600000,"y":471},{"x":1612800000000,"y":471},{"x":1612886400000,"y":471},{"x":1612972800000,"y":471},{"x":1613059200000,"y":472},{"x":1613134800000,"y":473},{"x":1613404800000,"y":485},{"x":1613491200000,"y":486},{"x":1613577600000,"y":486},{"x":1613664000000,"y":487},{"x":1614009600000,"y":487},{"x":1614096000000,"y":492},{"x":1614182400000,"y":492},{"x":1614268800000,"y":493},{"x":1614344400000,"y":493},{"x":1614700800000,"y":494},{"x":1614787200000,"y":498},{"x":1614873780000,"y":498},{"x":1614949200000,"y":498},{"x":1615222800000,"y":501},{"x":1615309200000,"y":501},{"x":1615554000000,"y":506},{"x":1615827600000,"y":506},{"x":1615903200000,"y":515},{"x":1615993200000,"y":517},{"x":1616086800000,"y":518},{"x":1616428800000,"y":537},{"x":1616515200000,"y":541},{"x":1616601600000,"y":542},{"x":1616763600000,"y":546},{"x":1617037200000,"y":564},{"x":1617123600000,"y":567},{"x":1617210000000,"y":568},{"x":1617278400000,"y":568},{"x":1617642000000,"y":588},{"x":1617728400000,"y":592},{"x":1617814800000,"y":592},{"x":1617897600000,"y":607},{"x":1617973200000,"y":610},{"x":1618243200000,"y":621},{"x":1618333200000,"y":640},{"x":1618416000000,"y":641},{"x":1618506000000,"y":642},{"x":1618578000000,"y":652},{"x":1618851600000,"y":668},{"x":1618938000000,"y":692},{"x":1619110800000,"y":708},{"x":1619182800000,"y":713},{"x":1619442000000,"y":734},{"x":1619542800000,"y":765},{"x":1619629200000,"y":777},{"x":1619715600000,"y":777},{"x":1619787600000,"y":777},{"x":1619971200000,"y":803},{"x":1620061200000,"y":829},{"x":1620147600000,"y":844},{"x":1620234000000,"y":871},{"x":1621184400000,"y":1098},{"x":1621273140000,"y":1130},{"x":1621357200000,"y":1130},{"x":1621443600000,"y":1147},{"x":1621530000000,"y":1160},{"x":1621602000000,"y":1172},{"x":1621702800000,"y":1174},{"x":1621789200000,"y":1174},{"x":1621875600000,"y":1210},{"x":1621962000000,"y":1216},{"x":1622048400000,"y":1225},{"x":1622134800000,"y":1226},{"x":1622206800000,"y":1236},{"x":1622307600000,"y":1236},{"x":1622394000000,"y":1237},{"x":1622480400000,"y":1292},{"x":1622566800000,"y":1293},{"x":1622653200000,"y":1306},{"x":1622739600000,"y":1306},{"x":1622811600000,"y":1307},{"x":1622912400000,"y":1310},{"x":1622998800000,"y":1310},{"x":1623085200000,"y":1348},{"x":1623171600000,"y":1352},{"x":1623258000000,"y":1354},{"x":1623344400000,"y":1354},{"x":1623416400000,"y":1354},{"x":1623517200000,"y":1354},{"x":1623690000000,"y":1371},{"x":1623776400000,"y":1372},{"x":1623862800000,"y":1374},{"x":1623949200000,"y":1374},{"x":1624021200000,"y":1374},{"x":1624122000000,"y":1378},{"x":1624215600000,"y":1378},{"x":1624294800000,"y":1392},{"x":1624381200000,"y":1393},{"x":1624467600000,"y":1396},{"x":1624554000000,"y":1399},{"x":1624640400000,"y":1402},{"x":1624726800000,"y":1402},{"x":1624813200000,"y":1402},{"x":1624899600000,"y":1418},{"x":1624986000000,"y":1418},{"x":1625072400000,"y":1420},{"x":1625158800000,"y":1420},{"x":1625230800000,"y":1420},{"x":1625331600000,"y":1420},{"x":1625418000000,"y":1420},{"x":1625504400000,"y":1432},{"x":1625590800000,"y":1432},{"x":1625677200000,"y":1432},{"x":1625763600000,"y":1434},{"x":1625835600000,"y":1434},{"x":1625936400000,"y":1434},{"x":1626022800000,"y":1434},{"x":1626109200000,"y":1435},{"x":1626195600000,"y":1435},{"x":1626282000000,"y":1435},{"x":1626368400000,"y":1437},{"x":1626440400000,"y":1450},{"x":1626541200000,"y":1450},{"x":1626627600000,"y":1450},{"x":1626714000000,"y":1452},{"x":1626800400000,"y":1453},{"x":1626886800000,"y":1456},{"x":1626973200000,"y":1456},{"x":1627045200000,"y":1456},{"x":1627146000000,"y":1462},{"x":1627232400000,"y":1462},{"x":1627318800000,"y":1462},{"x":1627405200000,"y":1462},{"x":1627491600000,"y":1462},{"x":1627578000000,"y":1462},{"x":1627650000000,"y":1462},{"x":1627750800000,"y":1474},{"x":1627837200000,"y":1474},{"x":1627923600000,"y":1474},{"x":1628010000000,"y":1474},{"x":1628182800000,"y":1475},{"x":1628254800000,"y":1476},{"x":1628355600000,"y":1479},{"x":1628438400000,"y":1479},{"x":1628528400000,"y":1479},{"x":1628614800000,"y":1479},{"x":1628697600000,"y":1479},{"x":1628859600000,"y":1479},{"x":1628960400000,"y":1486},{"x":1629046800000,"y":1486},{"x":1629133200000,"y":1487},{"x":1629219600000,"y":1487},{"x":1629392400000,"y":1489},{"x":1629464400000,"y":1489},{"x":1629565200000,"y":1494},{"x":1629651600000,"y":1494},{"x":1629738000000,"y":1495},{"x":1629824400000,"y":1495},{"x":1629907200000,"y":1495},{"x":1629990000000,"y":1495},{"x":1630069200000,"y":1496},{"x":1630342800000,"y":1496},{"x":1630429200000,"y":1500},{"x":1630515600000,"y":1500},{"x":1630602000000,"y":1500},{"x":1630674000000,"y":1501},{"x":1630774800000,"y":1501},{"x":1630861200000,"y":1501},{"x":1630940400000,"y":1501},{"x":1631120400000,"y":1502},{"x":1631206800000,"y":1502},{"x":1631278800000,"y":1502},{"x":1631379600000,"y":1502},{"x":1631466000000,"y":1502},{"x":1631538000000,"y":1502},{"x":1631638800000,"y":1502},{"x":1631725200000,"y":1502},{"x":1631811600000,"y":1503},{"x":1631883600000,"y":1503},{"x":1631984400000,"y":1503},{"x":1632070800000,"y":1503},{"x":1632142800000,"y":1503},{"x":1632243600000,"y":1503},{"x":1632333600000,"y":1504},{"x":1632402000000,"y":1504},{"x":1632488400000,"y":1504},{"x":1632578400000,"y":1504},{"x":1632762000000,"y":1504},{"x":1632848400000,"y":1505},{"x":1632934800000,"y":1505},{"x":1633021200000,"y":1505},{"x":1633093200000,"y":1505},{"x":1633194000000,"y":1506},{"x":1633280400000,"y":1506},{"x":1633366800000,"y":1507},{"x":1633453200000,"y":1507},{"x":1633539600000,"y":1507},{"x":1633626000000,"y":1507},{"x":1633698000000,"y":1508},{"x":1633798800000,"y":1508},{"x":1633885200000,"y":1508},{"x":1633971600000,"y":1509},{"x":1634061600000,"y":1509},{"x":1634144400000,"y":1509},{"x":1634230800000,"y":1510},{"x":1634299200000,"y":1510},{"x":1634403600000,"y":1510},{"x":1634490000000,"y":1510},{"x":1634576400000,"y":1515},{"x":1634662800000,"y":1515},{"x":1634749200000,"y":1515},{"x":1634835600000,"y":1516},{"x":1634907600000,"y":1519},{"x":1635012000000,"y":1519},{"x":1635181200000,"y":1519},{"x":1635267600000,"y":1519},{"x":1635354000000,"y":1519},{"x":1635447600000,"y":1519},{"x":1635512400000,"y":1523},{"x":1635613200000,"y":1523},{"x":1635699600000,"y":1523},{"x":1635786000000,"y":1523},{"x":1635872400000,"y":1523},{"x":1635958800000,"y":1525},{"x":1636045200000,"y":1525},{"x":1636117200000,"y":1525},{"x":1636218000000,"y":1525},{"x":1636304400000,"y":1525},{"x":1636390800000,"y":1525},{"x":1636477200000,"y":1525},{"x":1636563600000,"y":1525},{"x":1636650000000,"y":1526},{"x":1636722000000,"y":1526},{"x":1636909200000,"y":1526},{"x":1636995600000,"y":1526},{"x":1637082000000,"y":1527},{"x":1637168400000,"y":1528},{"x":1637254800000,"y":1529},{"x":1637326800000,"y":1533},{"x":1637427600000,"y":1533},{"x":1637514000000,"y":1533},{"x":1637600400000,"y":1534},{"x":1637686800000,"y":1534},{"x":1637762400000,"y":1534},{"x":1637859600000,"y":1534},{"x":1637931600000,"y":1534},{"x":1638032400000,"y":1534},{"x":1638118800000,"y":1536},{"x":1638205200000,"y":1536},{"x":1638291600000,"y":1536},{"x":1638378000000,"y":1536},{"x":1638464400000,"y":1539},{"x":1638536400000,"y":1541},{"x":1638637200000,"y":1541},{"x":1638723600000,"y":1541},{"x":1638810000000,"y":1542},{"x":1638896400000,"y":1544},{"x":1638982800000,"y":1545},{"x":1639069200000,"y":1545},{"x":1639141200000,"y":1560},{"x":1639242000000,"y":1560},{"x":1639328400000,"y":1560},{"x":1639414800000,"y":1560},{"x":1639501200000,"y":1560},{"x":1639576800000,"y":1560},{"x":1639674000000,"y":1560},{"x":1639746000000,"y":1562},{"x":1639933200000,"y":1562},{"x":1640019600000,"y":1563},{"x":1640106000000,"y":1563},{"x":1640192400000,"y":1563},{"x":1640264400000,"y":1563},{"x":1640365200000,"y":1563},{"x":1640451600000,"y":1563},{"x":1640624400000,"y":1563},{"x":1640710800000,"y":1563},{"x":1640797200000,"y":1563},{"x":1640883600000,"y":1563},{"x":1640970000000,"y":1563},{"x":1641056400000,"y":1563},{"x":1641142800000,"y":1563},{"x":1641229200000,"y":1563},{"x":1641315600000,"y":1563},{"x":1641402000000,"y":1563},{"x":1641488400000,"y":1563},{"x":1641574800000,"y":1564},{"x":1641747600000,"y":1564},{"x":1641834000000,"y":1566},{"x":1641920400000,"y":1569},{"x":1642006800000,"y":1573},{"x":1642093200000,"y":1574},{"x":1642165200000,"y":1580},{"x":1642266000000,"y":1582},{"x":1642352400000,"y":1582},{"x":1642438800000,"y":1599},{"x":1642525200000,"y":1600},{"x":1642611600000,"y":1610},{"x":1642698000000,"y":1614},{"x":1642770000000,"y":1625},{"x":1642870800000,"y":1629},{"x":1642957200000,"y":1629},{"x":1643043600000,"y":1645},{"x":1643130000000,"y":1650},{"x":1643216400000,"y":1658},{"x":1643302800000,"y":1666},{"x":1643389200000,"y":1679},{"x":1643475600000,"y":1679},{"x":1643558400000,"y":1679},{"x":1643648400000,"y":1706},{"x":1643734800000,"y":1717},{"x":1643824800000,"y":1762},{"x":1643907600000,"y":1780},{"x":1643976000000,"y":1787},{"x":1644080400000,"y":1787},{"x":1644166800000,"y":1787},{"x":1644253200000,"y":1801},{"x":1644339600000,"y":1806},{"x":1644426000000,"y":1818},{"x":1644512400000,"y":1826},{"x":1644598800000,"y":1836},{"x":1644685200000,"y":1836},{"x":1644858000000,"y":1848},{"x":1644944400000,"y":1848},{"x":1645030800000,"y":1853},{"x":1645203600000,"y":1865},{"x":1645462800000,"y":1877},{"x":1645549200000,"y":1878},{"x":1645635600000,"y":1881},{"x":1645722000000,"y":1882},{"x":1645808400000,"y":1882},{"x":1645894800000,"y":1882},{"x":1646067600000,"y":1885},{"x":1646240400000,"y":1886},{"x":1646319600000,"y":1887},{"x":1646413200000,"y":1889},{"x":1646499600000,"y":1889},{"x":1646586000000,"y":1889},{"x":1646672400000,"y":1889},{"x":1646758800000,"y":1890},{"x":1646845200000,"y":1890},{"x":1646931600000,"y":1890},{"x":1647104400000,"y":1890},{"x":1647277200000,"y":1890},{"x":1647363600000,"y":1890},{"x":1647450000000,"y":1892},{"x":1647536400000,"y":1892},{"x":1647622800000,"y":1892},{"x":1647795600000,"y":1892},{"x":1647882000000,"y":1893},{"x":1647968400000,"y":1893},{"x":1648054800000,"y":1893},{"x":1648141200000,"y":1893},{"x":1654707600000,"y":1893},{"x":1655917200000,"y":1894},{"x":1656435960000,"y":1899},{"x":1656522180000,"y":1904},{"x":1656605460000,"y":1910},{"x":1659715200000,"y":1975},{"x":1659974400000,"y":1976},{"x":1660060800000,"y":1976},{"x":1660320000000,"y":1976},{"x":1660579200000,"y":1976},{"x":1660924800000,"y":1978},{"x":1661356800000,"y":1978},{"x":1661529600000,"y":1978},{"x":1662393600000,"y":1978}]; var confirmedData = []; data.forEach( element => confirmedData.push(element.y) ); // - Dados: Recuperados data = [{"x":1601575500000,"y":195},{"x":1611932340000,"y":448},{"x":1612281600000,"y":449},{"x":1612368000000,"y":452},{"x":1612454400000,"y":453},{"x":1612533600000,"y":454},{"x":1612800000000,"y":460},{"x":1612886400000,"y":460},{"x":1612972800000,"y":463},{"x":1613059200000,"y":463},{"x":1613134800000,"y":463},{"x":1613404800000,"y":465},{"x":1613491200000,"y":465},{"x":1613577600000,"y":466},{"x":1613664000000,"y":466},{"x":1614009600000,"y":470},{"x":1614096000000,"y":471},{"x":1614182400000,"y":476},{"x":1614268800000,"y":478},{"x":1614344400000,"y":478},{"x":1614700800000,"y":479},{"x":1614787200000,"y":482},{"x":1614873780000,"y":483},{"x":1614949200000,"y":483},{"x":1615222800000,"y":488},{"x":1615309200000,"y":488},{"x":1615554000000,"y":493},{"x":1615827600000,"y":495},{"x":1615903200000,"y":496},{"x":1615993200000,"y":496},{"x":1616086800000,"y":496},{"x":1616428800000,"y":497},{"x":1616515200000,"y":497},{"x":1616601600000,"y":498},{"x":1616763600000,"y":503},{"x":1617037200000,"y":503},{"x":1617123600000,"y":510},{"x":1617210000000,"y":511},{"x":1617278400000,"y":511},{"x":1617642000000,"y":531},{"x":1617728400000,"y":536},{"x":1617814800000,"y":540},{"x":1617897600000,"y":542},{"x":1617973200000,"y":542},{"x":1618243200000,"y":560},{"x":1618333200000,"y":580},{"x":1618416000000,"y":581},{"x":1618506000000,"y":581},{"x":1618578000000,"y":581},{"x":1618851600000,"y":583},{"x":1618938000000,"y":590},{"x":1619110800000,"y":613},{"x":1619182800000,"y":616},{"x":1619442000000,"y":625},{"x":1619542800000,"y":627},{"x":1619629200000,"y":630},{"x":1619715600000,"y":643},{"x":1619787600000,"y":675},{"x":1619971200000,"y":675},{"x":1620061200000,"y":689},{"x":1620147600000,"y":697},{"x":1620234000000,"y":697},{"x":1621184400000,"y":833},{"x":1621273140000,"y":843},{"x":1621357200000,"y":863},{"x":1621443600000,"y":888},{"x":1621530000000,"y":905},{"x":1621602000000,"y":922},{"x":1621702800000,"y":922},{"x":1621789200000,"y":923},{"x":1621875600000,"y":960},{"x":1621962000000,"y":997},{"x":1622048400000,"y":1026},{"x":1622134800000,"y":1051},{"x":1622206800000,"y":1071},{"x":1622307600000,"y":1079},{"x":1622394000000,"y":1081},{"x":1622480400000,"y":1105},{"x":1622566800000,"y":1133},{"x":1622653200000,"y":1147},{"x":1622739600000,"y":1169},{"x":1622811600000,"y":1173},{"x":1622912400000,"y":1173},{"x":1622998800000,"y":1179},{"x":1623085200000,"y":1202},{"x":1623171600000,"y":1215},{"x":1623258000000,"y":1234},{"x":1623344400000,"y":1244},{"x":1623416400000,"y":1256},{"x":1623517200000,"y":1261},{"x":1623690000000,"y":1270},{"x":1623776400000,"y":1293},{"x":1623862800000,"y":1304},{"x":1623949200000,"y":1305},{"x":1624021200000,"y":1307},{"x":1624122000000,"y":1308},{"x":1624215600000,"y":1310},{"x":1624294800000,"y":1316},{"x":1624381200000,"y":1328},{"x":1624467600000,"y":1334},{"x":1624554000000,"y":1334},{"x":1624640400000,"y":1334},{"x":1624726800000,"y":1336},{"x":1624813200000,"y":1338},{"x":1624899600000,"y":1342},{"x":1624986000000,"y":1345},{"x":1625072400000,"y":1349},{"x":1625158800000,"y":1351},{"x":1625230800000,"y":1352},{"x":1625331600000,"y":1353},{"x":1625418000000,"y":1354},{"x":1625504400000,"y":1367},{"x":1625590800000,"y":1374},{"x":1625677200000,"y":1376},{"x":1625763600000,"y":1379},{"x":1625835600000,"y":1380},{"x":1625936400000,"y":1380},{"x":1626022800000,"y":1382},{"x":1626109200000,"y":1385},{"x":1626195600000,"y":1389},{"x":1626282000000,"y":1391},{"x":1626368400000,"y":1393},{"x":1626440400000,"y":1393},{"x":1626541200000,"y":1393},{"x":1626627600000,"y":1394},{"x":1626714000000,"y":1394},{"x":1626800400000,"y":1394},{"x":1626886800000,"y":1395},{"x":1626973200000,"y":1395},{"x":1627045200000,"y":1395},{"x":1627146000000,"y":1396},{"x":1627232400000,"y":1399},{"x":1627318800000,"y":1405},{"x":1627405200000,"y":1410},{"x":1627491600000,"y":1412},{"x":1627578000000,"y":1414},{"x":1627650000000,"y":1414},{"x":1627750800000,"y":1414},{"x":1627837200000,"y":1415},{"x":1627923600000,"y":1420},{"x":1628010000000,"y":1420},{"x":1628182800000,"y":1423},{"x":1628254800000,"y":1425},{"x":1628355600000,"y":1425},{"x":1628438400000,"y":1426},{"x":1628528400000,"y":1433},{"x":1628614800000,"y":1435},{"x":1628697600000,"y":1435},{"x":1628859600000,"y":1436},{"x":1628960400000,"y":1436},{"x":1629046800000,"y":1437},{"x":1629133200000,"y":1437},{"x":1629219600000,"y":1438},{"x":1629392400000,"y":1439},{"x":1629464400000,"y":1439},{"x":1629565200000,"y":1439},{"x":1629651600000,"y":1439},{"x":1629738000000,"y":1440},{"x":1629824400000,"y":1442},{"x":1629907200000,"y":1447},{"x":1629990000000,"y":1448},{"x":1630069200000,"y":1449},{"x":1630342800000,"y":1454},{"x":1630429200000,"y":1454},{"x":1630515600000,"y":1454},{"x":1630602000000,"y":1454},{"x":1630674000000,"y":1454},{"x":1630774800000,"y":1455},{"x":1630861200000,"y":1457},{"x":1630940400000,"y":1459},{"x":1631120400000,"y":1459},{"x":1631206800000,"y":1459},{"x":1631278800000,"y":1459},{"x":1631379600000,"y":1459},{"x":1631466000000,"y":1459},{"x":1631538000000,"y":1460},{"x":1631638800000,"y":1461},{"x":1631725200000,"y":1461},{"x":1631811600000,"y":1461},{"x":1631883600000,"y":1461},{"x":1631984400000,"y":1461},{"x":1632070800000,"y":1462},{"x":1632142800000,"y":1462},{"x":1632243600000,"y":1462},{"x":1632333600000,"y":1462},{"x":1632402000000,"y":1462},{"x":1632488400000,"y":1463},{"x":1632578400000,"y":1463},{"x":1632762000000,"y":1463},{"x":1632848400000,"y":1463},{"x":1632934800000,"y":1463},{"x":1633021200000,"y":1463},{"x":1633093200000,"y":1463},{"x":1633194000000,"y":1463},{"x":1633280400000,"y":1463},{"x":1633366800000,"y":1463},{"x":1633453200000,"y":1463},{"x":1633539600000,"y":1464},{"x":1633626000000,"y":1464},{"x":1633698000000,"y":1464},{"x":1633798800000,"y":1464},{"x":1633885200000,"y":1465},{"x":1633971600000,"y":1465},{"x":1634061600000,"y":1467},{"x":1634144400000,"y":1467},{"x":1634230800000,"y":1467},{"x":1634299200000,"y":1467},{"x":1634403600000,"y":1467},{"x":1634490000000,"y":1468},{"x":1634576400000,"y":1469},{"x":1634662800000,"y":1469},{"x":1634749200000,"y":1469},{"x":1634835600000,"y":1469},{"x":1634907600000,"y":1469},{"x":1635012000000,"y":1469},{"x":1635181200000,"y":1471},{"x":1635267600000,"y":1472},{"x":1635354000000,"y":1474},{"x":1635447600000,"y":1475},{"x":1635512400000,"y":1475},{"x":1635613200000,"y":1475},{"x":1635699600000,"y":1476},{"x":1635786000000,"y":1476},{"x":1635872400000,"y":1476},{"x":1635958800000,"y":1478},{"x":1636045200000,"y":1479},{"x":1636117200000,"y":1479},{"x":1636218000000,"y":1480},{"x":1636304400000,"y":1480},{"x":1636390800000,"y":1483},{"x":1636477200000,"y":1483},{"x":1636563600000,"y":1483},{"x":1636650000000,"y":1484},{"x":1636722000000,"y":1484},{"x":1636909200000,"y":1484},{"x":1636995600000,"y":1484},{"x":1637082000000,"y":1484},{"x":1637168400000,"y":1485},{"x":1637254800000,"y":1485},{"x":1637326800000,"y":1485},{"x":1637427600000,"y":1485},{"x":1637514000000,"y":1485},{"x":1637600400000,"y":1485},{"x":1637686800000,"y":1485},{"x":1637762400000,"y":1485},{"x":1637859600000,"y":1486},{"x":1637931600000,"y":1486},{"x":1638032400000,"y":1486},{"x":1638118800000,"y":1486},{"x":1638205200000,"y":1486},{"x":1638291600000,"y":1486},{"x":1638378000000,"y":1489},{"x":1638464400000,"y":1493},{"x":1638536400000,"y":1493},{"x":1638637200000,"y":1493},{"x":1638723600000,"y":1493},{"x":1638810000000,"y":1493},{"x":1638896400000,"y":1493},{"x":1638982800000,"y":1495},{"x":1639069200000,"y":1495},{"x":1639141200000,"y":1495},{"x":1639242000000,"y":1495},{"x":1639328400000,"y":1495},{"x":1639414800000,"y":1496},{"x":1639501200000,"y":1497},{"x":1639576800000,"y":1498},{"x":1639674000000,"y":1500},{"x":1639746000000,"y":1500},{"x":1639933200000,"y":1500},{"x":1640019600000,"y":1501},{"x":1640106000000,"y":1504},{"x":1640192400000,"y":1519},{"x":1640264400000,"y":1519},{"x":1640365200000,"y":1519},{"x":1640451600000,"y":1519},{"x":1640624400000,"y":1522},{"x":1640710800000,"y":1522},{"x":1640797200000,"y":1522},{"x":1640883600000,"y":1522},{"x":1640970000000,"y":1522},{"x":1641056400000,"y":1522},{"x":1641142800000,"y":1522},{"x":1641229200000,"y":1522},{"x":1641315600000,"y":1522},{"x":1641402000000,"y":1522},{"x":1641488400000,"y":1522},{"x":1641574800000,"y":1522},{"x":1641747600000,"y":1522},{"x":1641834000000,"y":1522},{"x":1641920400000,"y":1522},{"x":1642006800000,"y":1522},{"x":1642093200000,"y":1522},{"x":1642165200000,"y":1522},{"x":1642266000000,"y":1522},{"x":1642352400000,"y":1522},{"x":1642438800000,"y":1522},{"x":1642525200000,"y":1522},{"x":1642611600000,"y":1522},{"x":1642698000000,"y":1523},{"x":1642770000000,"y":1525},{"x":1642870800000,"y":1525},{"x":1642957200000,"y":1525},{"x":1643043600000,"y":1529},{"x":1643130000000,"y":1529},{"x":1643216400000,"y":1547},{"x":1643302800000,"y":1551},{"x":1643389200000,"y":1569},{"x":1643475600000,"y":1572},{"x":1643558400000,"y":1572},{"x":1643648400000,"y":1588},{"x":1643734800000,"y":1588},{"x":1643824800000,"y":1607},{"x":1643907600000,"y":1609},{"x":1643976000000,"y":1617},{"x":1644080400000,"y":1624},{"x":1644166800000,"y":1642},{"x":1644253200000,"y":1658},{"x":1644339600000,"y":1660},{"x":1644426000000,"y":1719},{"x":1644512400000,"y":1741},{"x":1644598800000,"y":1746},{"x":1644685200000,"y":1746},{"x":1644858000000,"y":1758},{"x":1644944400000,"y":1763},{"x":1645030800000,"y":1775},{"x":1645203600000,"y":1792},{"x":1645462800000,"y":1805},{"x":1645549200000,"y":1808},{"x":1645635600000,"y":1810},{"x":1645722000000,"y":1816},{"x":1645808400000,"y":1821},{"x":1645894800000,"y":1821},{"x":1646067600000,"y":1833},{"x":1646240400000,"y":1837},{"x":1646319600000,"y":1838},{"x":1646413200000,"y":1838},{"x":1646499600000,"y":1838},{"x":1646586000000,"y":1838},{"x":1646672400000,"y":1841},{"x":1646758800000,"y":1841},{"x":1646845200000,"y":1841},{"x":1646931600000,"y":1843},{"x":1647104400000,"y":1843},{"x":1647277200000,"y":1843},{"x":1647363600000,"y":1843},{"x":1647450000000,"y":1843},{"x":1647536400000,"y":1843},{"x":1647622800000,"y":1843},{"x":1647795600000,"y":1843},{"x":1647882000000,"y":1843},{"x":1647968400000,"y":1844},{"x":1648054800000,"y":1845},{"x":1648141200000,"y":1845},{"x":1654707600000,"y":1848},{"x":1655917200000,"y":1848},{"x":1656435960000,"y":1848},{"x":1656522180000,"y":1849},{"x":1656605460000,"y":1849},{"x":1659715200000,"y":1928},{"x":1659974400000,"y":1929},{"x":1660060800000,"y":1930},{"x":1660320000000,"y":1930},{"x":1660579200000,"y":1931},{"x":1660924800000,"y":1931},{"x":1661356800000,"y":1931},{"x":1661529600000,"y":1933},{"x":1662393600000,"y":1933}]; var recoveredData = []; data.forEach( element => recoveredData.push(element.y) ); // - Dados: Descartados data = [{"x":1601575500000,"y":779},{"x":1611932340000,"y":1167},{"x":1612281600000,"y":1171},{"x":1612368000000,"y":1171},{"x":1612454400000,"y":1172},{"x":1612533600000,"y":1188},{"x":1612800000000,"y":1191},{"x":1612886400000,"y":1192},{"x":1612972800000,"y":1192},{"x":1613059200000,"y":1200},{"x":1613134800000,"y":1216},{"x":1613404800000,"y":1216},{"x":1613491200000,"y":1220},{"x":1613577600000,"y":1221},{"x":1613664000000,"y":1221},{"x":1614009600000,"y":1229},{"x":1614096000000,"y":1229},{"x":1614182400000,"y":1229},{"x":1614268800000,"y":1229},{"x":1614344400000,"y":1229},{"x":1614700800000,"y":1247},{"x":1614787200000,"y":1290},{"x":1614873780000,"y":1290},{"x":1614949200000,"y":1294},{"x":1615222800000,"y":1322},{"x":1615309200000,"y":1322},{"x":1615554000000,"y":1322},{"x":1615827600000,"y":1323},{"x":1615903200000,"y":1354},{"x":1615993200000,"y":1355},{"x":1616086800000,"y":1355},{"x":1616428800000,"y":1380},{"x":1616515200000,"y":1382},{"x":1616601600000,"y":1390},{"x":1616763600000,"y":1394},{"x":1617037200000,"y":1418},{"x":1617123600000,"y":1418},{"x":1617210000000,"y":1419},{"x":1617278400000,"y":1420},{"x":1617642000000,"y":1421},{"x":1617728400000,"y":1422},{"x":1617814800000,"y":1422},{"x":1617897600000,"y":1444},{"x":1617973200000,"y":1445},{"x":1618243200000,"y":1447},{"x":1618333200000,"y":1469},{"x":1618416000000,"y":1469},{"x":1618506000000,"y":1469},{"x":1618578000000,"y":1492},{"x":1618851600000,"y":1492},{"x":1618938000000,"y":1500},{"x":1619110800000,"y":1500},{"x":1619182800000,"y":1501},{"x":1619442000000,"y":1512},{"x":1619542800000,"y":1514},{"x":1619629200000,"y":1525},{"x":1619715600000,"y":1525},{"x":1619787600000,"y":1525},{"x":1619971200000,"y":1534},{"x":1620061200000,"y":1553},{"x":1620147600000,"y":1561},{"x":1620234000000,"y":1590},{"x":1621184400000,"y":1721},{"x":1621273140000,"y":1748},{"x":1621357200000,"y":1748},{"x":1621443600000,"y":1776},{"x":1621530000000,"y":1816},{"x":1621602000000,"y":1830},{"x":1621702800000,"y":1830},{"x":1621789200000,"y":1830},{"x":1621875600000,"y":1850},{"x":1621962000000,"y":1861},{"x":1622048400000,"y":1874},{"x":1622134800000,"y":1886},{"x":1622206800000,"y":1910},{"x":1622307600000,"y":1910},{"x":1622394000000,"y":1912},{"x":1622480400000,"y":1963},{"x":1622566800000,"y":1963},{"x":1622653200000,"y":1970},{"x":1622739600000,"y":1970},{"x":1622811600000,"y":1970},{"x":1622912400000,"y":1974},{"x":1622998800000,"y":1974},{"x":1623085200000,"y":1990},{"x":1623171600000,"y":1990},{"x":1623258000000,"y":1994},{"x":1623344400000,"y":1998},{"x":1623416400000,"y":2002},{"x":1623517200000,"y":2003},{"x":1623690000000,"y":2026},{"x":1623776400000,"y":2028},{"x":1623862800000,"y":2029},{"x":1623949200000,"y":2030},{"x":1624021200000,"y":2030},{"x":1624122000000,"y":2046},{"x":1624215600000,"y":2048},{"x":1624294800000,"y":2064},{"x":1624381200000,"y":2066},{"x":1624467600000,"y":2067},{"x":1624554000000,"y":2072},{"x":1624640400000,"y":2073},{"x":1624726800000,"y":2073},{"x":1624813200000,"y":2073},{"x":1624899600000,"y":2096},{"x":1624986000000,"y":2096},{"x":1625072400000,"y":2099},{"x":1625158800000,"y":2099},{"x":1625230800000,"y":2100},{"x":1625331600000,"y":2100},{"x":1625418000000,"y":2100},{"x":1625504400000,"y":2110},{"x":1625590800000,"y":2110},{"x":1625677200000,"y":2110},{"x":1625763600000,"y":2116},{"x":1625835600000,"y":2116},{"x":1625936400000,"y":2116},{"x":1626022800000,"y":2116},{"x":1626109200000,"y":2118},{"x":1626195600000,"y":2130},{"x":1626282000000,"y":2130},{"x":1626368400000,"y":2134},{"x":1626440400000,"y":2145},{"x":1626541200000,"y":2145},{"x":1626627600000,"y":2145},{"x":1626714000000,"y":2145},{"x":1626800400000,"y":2148},{"x":1626886800000,"y":2163},{"x":1626973200000,"y":2163},{"x":1627045200000,"y":2165},{"x":1627146000000,"y":2165},{"x":1627232400000,"y":2165},{"x":1627318800000,"y":2184},{"x":1627405200000,"y":2185},{"x":1627491600000,"y":2185},{"x":1627578000000,"y":2185},{"x":1627650000000,"y":2185},{"x":1627750800000,"y":2192},{"x":1627837200000,"y":2192},{"x":1627923600000,"y":2196},{"x":1628010000000,"y":2196},{"x":1628182800000,"y":2196},{"x":1628254800000,"y":2196},{"x":1628355600000,"y":2214},{"x":1628438400000,"y":2214},{"x":1628528400000,"y":2215},{"x":1628614800000,"y":2215},{"x":1628697600000,"y":2224},{"x":1628859600000,"y":2227},{"x":1628960400000,"y":2228},{"x":1629046800000,"y":2228},{"x":1629133200000,"y":2230},{"x":1629219600000,"y":2230},{"x":1629392400000,"y":2230},{"x":1629464400000,"y":2230},{"x":1629565200000,"y":2230},{"x":1629651600000,"y":2230},{"x":1629738000000,"y":2241},{"x":1629824400000,"y":2241},{"x":1629907200000,"y":2241},{"x":1629990000000,"y":2241},{"x":1630069200000,"y":2247},{"x":1630342800000,"y":2247},{"x":1630429200000,"y":2263},{"x":1630515600000,"y":2263},{"x":1630602000000,"y":2263},{"x":1630674000000,"y":2269},{"x":1630774800000,"y":2269},{"x":1630861200000,"y":2269},{"x":1630940400000,"y":2269},{"x":1631120400000,"y":2270},{"x":1631206800000,"y":2270},{"x":1631278800000,"y":2270},{"x":1631379600000,"y":2270},{"x":1631466000000,"y":2270},{"x":1631538000000,"y":2270},{"x":1631638800000,"y":2272},{"x":1631725200000,"y":2272},{"x":1631811600000,"y":2272},{"x":1631883600000,"y":2272},{"x":1631984400000,"y":2272},{"x":1632070800000,"y":2272},{"x":1632142800000,"y":2272},{"x":1632243600000,"y":2279},{"x":1632333600000,"y":2280},{"x":1632402000000,"y":2280},{"x":1632488400000,"y":2280},{"x":1632578400000,"y":2280},{"x":1632762000000,"y":2280},{"x":1632848400000,"y":2288},{"x":1632934800000,"y":2288},{"x":1633021200000,"y":2288},{"x":1633093200000,"y":2288},{"x":1633194000000,"y":2288},{"x":1633280400000,"y":2288},{"x":1633366800000,"y":2291},{"x":1633453200000,"y":2291},{"x":1633539600000,"y":2291},{"x":1633626000000,"y":2291},{"x":1633698000000,"y":2292},{"x":1633798800000,"y":2292},{"x":1633885200000,"y":2292},{"x":1633971600000,"y":2296},{"x":1634061600000,"y":2296},{"x":1634144400000,"y":2296},{"x":1634230800000,"y":2296},{"x":1634299200000,"y":2296},{"x":1634403600000,"y":2296},{"x":1634490000000,"y":2296},{"x":1634576400000,"y":2302},{"x":1634662800000,"y":2302},{"x":1634749200000,"y":2302},{"x":1634835600000,"y":2302},{"x":1634907600000,"y":2305},{"x":1635012000000,"y":2305},{"x":1635181200000,"y":2305},{"x":1635267600000,"y":2305},{"x":1635354000000,"y":2305},{"x":1635447600000,"y":2305},{"x":1635512400000,"y":2306},{"x":1635613200000,"y":2306},{"x":1635699600000,"y":2306},{"x":1635786000000,"y":2306},{"x":1635872400000,"y":2306},{"x":1635958800000,"y":2317},{"x":1636045200000,"y":2317},{"x":1636117200000,"y":2321},{"x":1636218000000,"y":2321},{"x":1636304400000,"y":2321},{"x":1636390800000,"y":2321},{"x":1636477200000,"y":2321},{"x":1636563600000,"y":2322},{"x":1636650000000,"y":2325},{"x":1636722000000,"y":2335},{"x":1636909200000,"y":2335},{"x":1636995600000,"y":2335},{"x":1637082000000,"y":2337},{"x":1637168400000,"y":2337},{"x":1637254800000,"y":2337},{"x":1637326800000,"y":2349},{"x":1637427600000,"y":2349},{"x":1637514000000,"y":2349},{"x":1637600400000,"y":2349},{"x":1637686800000,"y":2351},{"x":1637762400000,"y":2351},{"x":1637859600000,"y":2351},{"x":1637931600000,"y":2351},{"x":1638032400000,"y":2351},{"x":1638118800000,"y":2362},{"x":1638205200000,"y":2370},{"x":1638291600000,"y":2371},{"x":1638378000000,"y":2377},{"x":1638464400000,"y":2377},{"x":1638536400000,"y":2388},{"x":1638637200000,"y":2388},{"x":1638723600000,"y":2388},{"x":1638810000000,"y":2388},{"x":1638896400000,"y":2388},{"x":1638982800000,"y":2392},{"x":1639069200000,"y":2393},{"x":1639141200000,"y":2401},{"x":1639242000000,"y":2401},{"x":1639328400000,"y":2401},{"x":1639414800000,"y":2405},{"x":1639501200000,"y":2409},{"x":1639576800000,"y":2409},{"x":1639674000000,"y":2421},{"x":1639746000000,"y":2433},{"x":1639933200000,"y":2433},{"x":1640019600000,"y":2433},{"x":1640106000000,"y":2433},{"x":1640192400000,"y":2433},{"x":1640264400000,"y":2433},{"x":1640365200000,"y":2433},{"x":1640451600000,"y":2433},{"x":1640624400000,"y":2438},{"x":1640710800000,"y":2447},{"x":1640797200000,"y":2447},{"x":1640883600000,"y":2447},{"x":1640970000000,"y":2447},{"x":1641056400000,"y":2447},{"x":1641142800000,"y":2447},{"x":1641229200000,"y":2447},{"x":1641315600000,"y":2447},{"x":1641402000000,"y":2448},{"x":1641488400000,"y":2450},{"x":1641574800000,"y":2455},{"x":1641747600000,"y":2460},{"x":1641834000000,"y":2467},{"x":1641920400000,"y":2468},{"x":1642006800000,"y":2473},{"x":1642093200000,"y":2479},{"x":1642165200000,"y":2487},{"x":1642266000000,"y":2487},{"x":1642352400000,"y":2487},{"x":1642438800000,"y":2507},{"x":1642525200000,"y":2507},{"x":1642611600000,"y":2553},{"x":1642698000000,"y":2565},{"x":1642770000000,"y":2575},{"x":1642870800000,"y":2575},{"x":1642957200000,"y":2575},{"x":1643043600000,"y":2585},{"x":1643130000000,"y":2596},{"x":1643216400000,"y":2603},{"x":1643302800000,"y":2615},{"x":1643389200000,"y":2632},{"x":1643475600000,"y":2632},{"x":1643558400000,"y":2632},{"x":1643648400000,"y":2667},{"x":1643734800000,"y":2677},{"x":1643824800000,"y":2694},{"x":1643907600000,"y":2704},{"x":1643976000000,"y":2720},{"x":1644080400000,"y":2720},{"x":1644166800000,"y":2720},{"x":1644253200000,"y":2739},{"x":1644339600000,"y":2743},{"x":1644426000000,"y":2748},{"x":1644512400000,"y":2749},{"x":1644598800000,"y":2757},{"x":1644685200000,"y":2757},{"x":1644858000000,"y":2766},{"x":1644944400000,"y":2766},{"x":1645030800000,"y":2772},{"x":1645203600000,"y":2779},{"x":1645462800000,"y":2780},{"x":1645549200000,"y":2787},{"x":1645635600000,"y":2789},{"x":1645722000000,"y":2793},{"x":1645808400000,"y":2799},{"x":1645894800000,"y":2799},{"x":1646067600000,"y":2802},{"x":1646240400000,"y":2803},{"x":1646319600000,"y":2806},{"x":1646413200000,"y":2806},{"x":1646499600000,"y":2806},{"x":1646586000000,"y":2806},{"x":1646672400000,"y":2810},{"x":1646758800000,"y":2813},{"x":1646845200000,"y":2813},{"x":1646931600000,"y":2813},{"x":1647104400000,"y":2815},{"x":1647277200000,"y":2815},{"x":1647363600000,"y":2821},{"x":1647450000000,"y":2824},{"x":1647536400000,"y":2826},{"x":1647622800000,"y":2826},{"x":1647795600000,"y":2826},{"x":1647882000000,"y":2832},{"x":1647968400000,"y":2833},{"x":1648054800000,"y":2833},{"x":1648141200000,"y":2835},{"x":1654707600000,"y":2861},{"x":1655917200000,"y":2864},{"x":1656435960000,"y":2869},{"x":1656522180000,"y":2872},{"x":1656605460000,"y":2877},{"x":1659715200000,"y":2966},{"x":1659974400000,"y":2966},{"x":1660060800000,"y":2966},{"x":1660320000000,"y":2968},{"x":1660579200000,"y":2969},{"x":1660924800000,"y":2970},{"x":1661356800000,"y":2976},{"x":1661529600000,"y":2977},{"x":1662393600000,"y":2980}]; var discartedData = []; data.forEach( element => discartedData.push(element.y) ); // - Dados: Mortos data = [{"x":1601575500000,"y":4},{"x":1611932340000,"y":6},{"x":1612281600000,"y":7},{"x":1612368000000,"y":7},{"x":1612454400000,"y":7},{"x":1612533600000,"y":7},{"x":1612800000000,"y":7},{"x":1612886400000,"y":7},{"x":1612972800000,"y":7},{"x":1613059200000,"y":7},{"x":1613134800000,"y":8},{"x":1613404800000,"y":8},{"x":1613491200000,"y":8},{"x":1613577600000,"y":8},{"x":1613664000000,"y":8},{"x":1614009600000,"y":8},{"x":1614096000000,"y":8},{"x":1614182400000,"y":8},{"x":1614268800000,"y":8},{"x":1614344400000,"y":8},{"x":1614700800000,"y":8},{"x":1614787200000,"y":8},{"x":1614873780000,"y":8},{"x":1614949200000,"y":8},{"x":1615222800000,"y":8},{"x":1615309200000,"y":8},{"x":1615554000000,"y":8},{"x":1615827600000,"y":8},{"x":1615903200000,"y":8},{"x":1615993200000,"y":8},{"x":1616086800000,"y":8},{"x":1616428800000,"y":8},{"x":1616515200000,"y":8},{"x":1616601600000,"y":8},{"x":1616763600000,"y":8},{"x":1617037200000,"y":8},{"x":1617123600000,"y":8},{"x":1617210000000,"y":8},{"x":1617278400000,"y":8},{"x":1617642000000,"y":8},{"x":1617728400000,"y":9},{"x":1617814800000,"y":9},{"x":1617897600000,"y":9},{"x":1617973200000,"y":9},{"x":1618243200000,"y":9},{"x":1618333200000,"y":11},{"x":1618416000000,"y":11},{"x":1618506000000,"y":11},{"x":1618578000000,"y":11},{"x":1618851600000,"y":13},{"x":1618938000000,"y":13},{"x":1619110800000,"y":13},{"x":1619182800000,"y":13},{"x":1619442000000,"y":14},{"x":1619542800000,"y":14},{"x":1619629200000,"y":16},{"x":1619715600000,"y":16},{"x":1619787600000,"y":16},{"x":1619971200000,"y":16},{"x":1620061200000,"y":16},{"x":1620147600000,"y":17},{"x":1620234000000,"y":19},{"x":1621184400000,"y":25},{"x":1621273140000,"y":25},{"x":1621357200000,"y":26},{"x":1621443600000,"y":26},{"x":1621530000000,"y":26},{"x":1621602000000,"y":26},{"x":1621702800000,"y":28},{"x":1621789200000,"y":28},{"x":1621875600000,"y":28},{"x":1621962000000,"y":28},{"x":1622048400000,"y":28},{"x":1622134800000,"y":29},{"x":1622206800000,"y":30},{"x":1622307600000,"y":30},{"x":1622394000000,"y":32},{"x":1622480400000,"y":32},{"x":1622566800000,"y":33},{"x":1622653200000,"y":33},{"x":1622739600000,"y":34},{"x":1622811600000,"y":35},{"x":1622912400000,"y":35},{"x":1622998800000,"y":35},{"x":1623085200000,"y":35},{"x":1623171600000,"y":35},{"x":1623258000000,"y":35},{"x":1623344400000,"y":35},{"x":1623416400000,"y":35},{"x":1623517200000,"y":35},{"x":1623690000000,"y":35},{"x":1623776400000,"y":35},{"x":1623862800000,"y":35},{"x":1623949200000,"y":35},{"x":1624021200000,"y":35},{"x":1624122000000,"y":36},{"x":1624215600000,"y":37},{"x":1624294800000,"y":37},{"x":1624381200000,"y":37},{"x":1624467600000,"y":37},{"x":1624554000000,"y":37},{"x":1624640400000,"y":38},{"x":1624726800000,"y":38},{"x":1624813200000,"y":38},{"x":1624899600000,"y":38},{"x":1624986000000,"y":39},{"x":1625072400000,"y":39},{"x":1625158800000,"y":39},{"x":1625230800000,"y":39},{"x":1625331600000,"y":39},{"x":1625418000000,"y":39},{"x":1625504400000,"y":39},{"x":1625590800000,"y":39},{"x":1625677200000,"y":39},{"x":1625763600000,"y":39},{"x":1625835600000,"y":39},{"x":1625936400000,"y":39},{"x":1626022800000,"y":40},{"x":1626109200000,"y":40},{"x":1626195600000,"y":40},{"x":1626282000000,"y":40},{"x":1626368400000,"y":40},{"x":1626440400000,"y":40},{"x":1626541200000,"y":40},{"x":1626627600000,"y":40},{"x":1626714000000,"y":40},{"x":1626800400000,"y":40},{"x":1626886800000,"y":40},{"x":1626973200000,"y":40},{"x":1627045200000,"y":40},{"x":1627146000000,"y":40},{"x":1627232400000,"y":40},{"x":1627318800000,"y":40},{"x":1627405200000,"y":40},{"x":1627491600000,"y":40},{"x":1627578000000,"y":40},{"x":1627650000000,"y":40},{"x":1627750800000,"y":40},{"x":1627837200000,"y":40},{"x":1627923600000,"y":40},{"x":1628010000000,"y":40},{"x":1628182800000,"y":40},{"x":1628254800000,"y":40},{"x":1628355600000,"y":40},{"x":1628438400000,"y":40},{"x":1628528400000,"y":40},{"x":1628614800000,"y":40},{"x":1628697600000,"y":40},{"x":1628859600000,"y":40},{"x":1628960400000,"y":40},{"x":1629046800000,"y":40},{"x":1629133200000,"y":40},{"x":1629219600000,"y":40},{"x":1629392400000,"y":40},{"x":1629464400000,"y":40},{"x":1629565200000,"y":40},{"x":1629651600000,"y":40},{"x":1629738000000,"y":40},{"x":1629824400000,"y":40},{"x":1629907200000,"y":40},{"x":1629990000000,"y":40},{"x":1630069200000,"y":40},{"x":1630342800000,"y":40},{"x":1630429200000,"y":40},{"x":1630515600000,"y":40},{"x":1630602000000,"y":40},{"x":1630674000000,"y":40},{"x":1630774800000,"y":40},{"x":1630861200000,"y":40},{"x":1630940400000,"y":40},{"x":1631120400000,"y":40},{"x":1631206800000,"y":40},{"x":1631278800000,"y":40},{"x":1631379600000,"y":40},{"x":1631466000000,"y":40},{"x":1631538000000,"y":40},{"x":1631638800000,"y":40},{"x":1631725200000,"y":40},{"x":1631811600000,"y":40},{"x":1631883600000,"y":40},{"x":1631984400000,"y":40},{"x":1632070800000,"y":40},{"x":1632142800000,"y":40},{"x":1632243600000,"y":40},{"x":1632333600000,"y":40},{"x":1632402000000,"y":40},{"x":1632488400000,"y":40},{"x":1632578400000,"y":40},{"x":1632762000000,"y":40},{"x":1632848400000,"y":40},{"x":1632934800000,"y":40},{"x":1633021200000,"y":40},{"x":1633093200000,"y":40},{"x":1633194000000,"y":40},{"x":1633280400000,"y":40},{"x":1633366800000,"y":40},{"x":1633453200000,"y":40},{"x":1633539600000,"y":40},{"x":1633626000000,"y":40},{"x":1633698000000,"y":40},{"x":1633798800000,"y":40},{"x":1633885200000,"y":40},{"x":1633971600000,"y":40},{"x":1634061600000,"y":40},{"x":1634144400000,"y":40},{"x":1634230800000,"y":40},{"x":1634299200000,"y":40},{"x":1634403600000,"y":40},{"x":1634490000000,"y":40},{"x":1634576400000,"y":40},{"x":1634662800000,"y":40},{"x":1634749200000,"y":40},{"x":1634835600000,"y":40},{"x":1634907600000,"y":40},{"x":1635012000000,"y":40},{"x":1635181200000,"y":40},{"x":1635267600000,"y":40},{"x":1635354000000,"y":40},{"x":1635447600000,"y":40},{"x":1635512400000,"y":40},{"x":1635613200000,"y":40},{"x":1635699600000,"y":40},{"x":1635786000000,"y":40},{"x":1635872400000,"y":40},{"x":1635958800000,"y":40},{"x":1636045200000,"y":40},{"x":1636117200000,"y":40},{"x":1636218000000,"y":40},{"x":1636304400000,"y":40},{"x":1636390800000,"y":40},{"x":1636477200000,"y":40},{"x":1636563600000,"y":40},{"x":1636650000000,"y":40},{"x":1636722000000,"y":40},{"x":1636909200000,"y":40},{"x":1636995600000,"y":40},{"x":1637082000000,"y":40},{"x":1637168400000,"y":40},{"x":1637254800000,"y":40},{"x":1637326800000,"y":40},{"x":1637427600000,"y":40},{"x":1637514000000,"y":40},{"x":1637600400000,"y":40},{"x":1637686800000,"y":40},{"x":1637762400000,"y":40},{"x":1637859600000,"y":40},{"x":1637931600000,"y":40},{"x":1638032400000,"y":40},{"x":1638118800000,"y":41},{"x":1638205200000,"y":41},{"x":1638291600000,"y":41},{"x":1638378000000,"y":41},{"x":1638464400000,"y":41},{"x":1638536400000,"y":41},{"x":1638637200000,"y":41},{"x":1638723600000,"y":41},{"x":1638810000000,"y":41},{"x":1638896400000,"y":41},{"x":1638982800000,"y":41},{"x":1639069200000,"y":41},{"x":1639141200000,"y":41},{"x":1639242000000,"y":41},{"x":1639328400000,"y":41},{"x":1639414800000,"y":41},{"x":1639501200000,"y":41},{"x":1639576800000,"y":41},{"x":1639674000000,"y":41},{"x":1639746000000,"y":41},{"x":1639933200000,"y":41},{"x":1640019600000,"y":41},{"x":1640106000000,"y":41},{"x":1640192400000,"y":41},{"x":1640264400000,"y":41},{"x":1640365200000,"y":41},{"x":1640451600000,"y":41},{"x":1640624400000,"y":41},{"x":1640710800000,"y":41},{"x":1640797200000,"y":41},{"x":1640883600000,"y":41},{"x":1640970000000,"y":41},{"x":1641056400000,"y":41},{"x":1641142800000,"y":41},{"x":1641229200000,"y":41},{"x":1641315600000,"y":41},{"x":1641402000000,"y":41},{"x":1641488400000,"y":41},{"x":1641574800000,"y":41},{"x":1641747600000,"y":41},{"x":1641834000000,"y":41},{"x":1641920400000,"y":41},{"x":1642006800000,"y":41},{"x":1642093200000,"y":41},{"x":1642165200000,"y":41},{"x":1642266000000,"y":41},{"x":1642352400000,"y":41},{"x":1642438800000,"y":41},{"x":1642525200000,"y":41},{"x":1642611600000,"y":41},{"x":1642698000000,"y":41},{"x":1642770000000,"y":41},{"x":1642870800000,"y":41},{"x":1642957200000,"y":41},{"x":1643043600000,"y":41},{"x":1643130000000,"y":41},{"x":1643216400000,"y":41},{"x":1643302800000,"y":41},{"x":1643389200000,"y":41},{"x":1643475600000,"y":41},{"x":1643558400000,"y":41},{"x":1643648400000,"y":41},{"x":1643734800000,"y":42},{"x":1643824800000,"y":42},{"x":1643907600000,"y":42},{"x":1643976000000,"y":42},{"x":1644080400000,"y":42},{"x":1644166800000,"y":42},{"x":1644253200000,"y":43},{"x":1644339600000,"y":43},{"x":1644426000000,"y":43},{"x":1644512400000,"y":44},{"x":1644598800000,"y":44},{"x":1644685200000,"y":44},{"x":1644858000000,"y":44},{"x":1644944400000,"y":44},{"x":1645030800000,"y":44},{"x":1645203600000,"y":44},{"x":1645462800000,"y":44},{"x":1645549200000,"y":44},{"x":1645635600000,"y":44},{"x":1645722000000,"y":44},{"x":1645808400000,"y":44},{"x":1645894800000,"y":44},{"x":1646067600000,"y":44},{"x":1646240400000,"y":44},{"x":1646319600000,"y":44},{"x":1646413200000,"y":45},{"x":1646499600000,"y":45},{"x":1646586000000,"y":45},{"x":1646672400000,"y":45},{"x":1646758800000,"y":45},{"x":1646845200000,"y":45},{"x":1646931600000,"y":45},{"x":1647104400000,"y":45},{"x":1647277200000,"y":45},{"x":1647363600000,"y":45},{"x":1647450000000,"y":45},{"x":1647536400000,"y":45},{"x":1647622800000,"y":45},{"x":1647795600000,"y":45},{"x":1647882000000,"y":45},{"x":1647968400000,"y":45},{"x":1648054800000,"y":45},{"x":1648141200000,"y":45},{"x":1654707600000,"y":45},{"x":1655917200000,"y":45},{"x":1656435960000,"y":45},{"x":1656522180000,"y":45},{"x":1656605460000,"y":45},{"x":1659715200000,"y":45},{"x":1659974400000,"y":45},{"x":1660060800000,"y":45},{"x":1660320000000,"y":45},{"x":1660579200000,"y":45},{"x":1660924800000,"y":45},{"x":1661356800000,"y":45},{"x":1661529600000,"y":45},{"x":1662393600000,"y":45}]; var deathsData = []; data.forEach( element => deathsData.push(element.y) ); // - Dados: Ativos data = [{"x":1601575500000,"y":0},{"x":1611932340000,"y":0},{"x":1612281600000,"y":0},{"x":1612368000000,"y":0},{"x":1612454400000,"y":0},{"x":1612533600000,"y":0},{"x":1612800000000,"y":0},{"x":1612886400000,"y":0},{"x":1612972800000,"y":1},{"x":1613059200000,"y":2},{"x":1613134800000,"y":2},{"x":1613404800000,"y":12},{"x":1613491200000,"y":13},{"x":1613577600000,"y":12},{"x":1613664000000,"y":13},{"x":1614009600000,"y":9},{"x":1614096000000,"y":13},{"x":1614182400000,"y":8},{"x":1614268800000,"y":7},{"x":1614344400000,"y":7},{"x":1614700800000,"y":7},{"x":1614787200000,"y":8},{"x":1614873780000,"y":7},{"x":1614949200000,"y":7},{"x":1615222800000,"y":5},{"x":1615309200000,"y":5},{"x":1615554000000,"y":5},{"x":1615827600000,"y":3},{"x":1615903200000,"y":11},{"x":1615993200000,"y":13},{"x":1616086800000,"y":14},{"x":1616428800000,"y":32},{"x":1616515200000,"y":36},{"x":1616601600000,"y":36},{"x":1616763600000,"y":35},{"x":1617037200000,"y":53},{"x":1617123600000,"y":49},{"x":1617210000000,"y":49},{"x":1617278400000,"y":49},{"x":1617642000000,"y":49},{"x":1617728400000,"y":47},{"x":1617814800000,"y":43},{"x":1617897600000,"y":56},{"x":1617973200000,"y":59},{"x":1618243200000,"y":52},{"x":1618333200000,"y":49},{"x":1618416000000,"y":49},{"x":1618506000000,"y":50},{"x":1618578000000,"y":60},{"x":1618851600000,"y":72},{"x":1618938000000,"y":89},{"x":1619110800000,"y":82},{"x":1619182800000,"y":84},{"x":1619442000000,"y":95},{"x":1619542800000,"y":124},{"x":1619629200000,"y":131},{"x":1619715600000,"y":118},{"x":1619787600000,"y":86},{"x":1619971200000,"y":112},{"x":1620061200000,"y":124},{"x":1620147600000,"y":130},{"x":1620234000000,"y":155},{"x":1621184400000,"y":240},{"x":1621273140000,"y":271},{"x":1621357200000,"y":241},{"x":1621443600000,"y":233},{"x":1621530000000,"y":229},{"x":1621602000000,"y":224},{"x":1621702800000,"y":224},{"x":1621789200000,"y":223},{"x":1621875600000,"y":222},{"x":1621962000000,"y":191},{"x":1622048400000,"y":171},{"x":1622134800000,"y":146},{"x":1622206800000,"y":135},{"x":1622307600000,"y":127},{"x":1622394000000,"y":124},{"x":1622480400000,"y":155},{"x":1622566800000,"y":127},{"x":1622653200000,"y":126},{"x":1622739600000,"y":103},{"x":1622811600000,"y":99},{"x":1622912400000,"y":102},{"x":1622998800000,"y":96},{"x":1623085200000,"y":111},{"x":1623171600000,"y":102},{"x":1623258000000,"y":85},{"x":1623344400000,"y":75},{"x":1623416400000,"y":63},{"x":1623517200000,"y":58},{"x":1623690000000,"y":66},{"x":1623776400000,"y":44},{"x":1623862800000,"y":35},{"x":1623949200000,"y":34},{"x":1624021200000,"y":31},{"x":1624122000000,"y":34},{"x":1624215600000,"y":31},{"x":1624294800000,"y":39},{"x":1624381200000,"y":28},{"x":1624467600000,"y":25},{"x":1624554000000,"y":28},{"x":1624640400000,"y":30},{"x":1624726800000,"y":28},{"x":1624813200000,"y":26},{"x":1624899600000,"y":38},{"x":1624986000000,"y":34},{"x":1625072400000,"y":32},{"x":1625158800000,"y":30},{"x":1625230800000,"y":29},{"x":1625331600000,"y":28},{"x":1625418000000,"y":27},{"x":1625504400000,"y":26},{"x":1625590800000,"y":19},{"x":1625677200000,"y":17},{"x":1625763600000,"y":16},{"x":1625835600000,"y":15},{"x":1625936400000,"y":15},{"x":1626022800000,"y":12},{"x":1626109200000,"y":10},{"x":1626195600000,"y":6},{"x":1626282000000,"y":4},{"x":1626368400000,"y":4},{"x":1626440400000,"y":17},{"x":1626541200000,"y":17},{"x":1626627600000,"y":16},{"x":1626714000000,"y":18},{"x":1626800400000,"y":19},{"x":1626886800000,"y":21},{"x":1626973200000,"y":21},{"x":1627045200000,"y":21},{"x":1627146000000,"y":26},{"x":1627232400000,"y":23},{"x":1627318800000,"y":17},{"x":1627405200000,"y":12},{"x":1627491600000,"y":10},{"x":1627578000000,"y":8},{"x":1627650000000,"y":8},{"x":1627750800000,"y":20},{"x":1627837200000,"y":19},{"x":1627923600000,"y":14},{"x":1628010000000,"y":14},{"x":1628182800000,"y":12},{"x":1628254800000,"y":11},{"x":1628355600000,"y":14},{"x":1628438400000,"y":13},{"x":1628528400000,"y":6},{"x":1628614800000,"y":4},{"x":1628697600000,"y":4},{"x":1628859600000,"y":3},{"x":1628960400000,"y":10},{"x":1629046800000,"y":9},{"x":1629133200000,"y":10},{"x":1629219600000,"y":9},{"x":1629392400000,"y":10},{"x":1629464400000,"y":10},{"x":1629565200000,"y":15},{"x":1629651600000,"y":15},{"x":1629738000000,"y":15},{"x":1629824400000,"y":13},{"x":1629907200000,"y":8},{"x":1629990000000,"y":7},{"x":1630069200000,"y":7},{"x":1630342800000,"y":2},{"x":1630429200000,"y":6},{"x":1630515600000,"y":6},{"x":1630602000000,"y":6},{"x":1630674000000,"y":7},{"x":1630774800000,"y":6},{"x":1630861200000,"y":4},{"x":1630940400000,"y":2},{"x":1631120400000,"y":3},{"x":1631206800000,"y":3},{"x":1631278800000,"y":3},{"x":1631379600000,"y":3},{"x":1631466000000,"y":3},{"x":1631538000000,"y":2},{"x":1631638800000,"y":1},{"x":1631725200000,"y":1},{"x":1631811600000,"y":2},{"x":1631883600000,"y":2},{"x":1631984400000,"y":2},{"x":1632070800000,"y":1},{"x":1632142800000,"y":1},{"x":1632243600000,"y":1},{"x":1632333600000,"y":2},{"x":1632402000000,"y":2},{"x":1632488400000,"y":1},{"x":1632578400000,"y":1},{"x":1632762000000,"y":1},{"x":1632848400000,"y":2},{"x":1632934800000,"y":2},{"x":1633021200000,"y":2},{"x":1633093200000,"y":2},{"x":1633194000000,"y":3},{"x":1633280400000,"y":3},{"x":1633366800000,"y":4},{"x":1633453200000,"y":4},{"x":1633539600000,"y":3},{"x":1633626000000,"y":3},{"x":1633698000000,"y":4},{"x":1633798800000,"y":4},{"x":1633885200000,"y":3},{"x":1633971600000,"y":4},{"x":1634061600000,"y":2},{"x":1634144400000,"y":2},{"x":1634230800000,"y":3},{"x":1634299200000,"y":3},{"x":1634403600000,"y":3},{"x":1634490000000,"y":2},{"x":1634576400000,"y":6},{"x":1634662800000,"y":6},{"x":1634749200000,"y":6},{"x":1634835600000,"y":7},{"x":1634907600000,"y":10},{"x":1635012000000,"y":10},{"x":1635181200000,"y":8},{"x":1635267600000,"y":7},{"x":1635354000000,"y":5},{"x":1635447600000,"y":4},{"x":1635512400000,"y":8},{"x":1635613200000,"y":8},{"x":1635699600000,"y":7},{"x":1635786000000,"y":7},{"x":1635872400000,"y":7},{"x":1635958800000,"y":7},{"x":1636045200000,"y":6},{"x":1636117200000,"y":6},{"x":1636218000000,"y":5},{"x":1636304400000,"y":5},{"x":1636390800000,"y":2},{"x":1636477200000,"y":2},{"x":1636563600000,"y":2},{"x":1636650000000,"y":2},{"x":1636722000000,"y":2},{"x":1636909200000,"y":2},{"x":1636995600000,"y":2},{"x":1637082000000,"y":3},{"x":1637168400000,"y":3},{"x":1637254800000,"y":4},{"x":1637326800000,"y":8},{"x":1637427600000,"y":8},{"x":1637514000000,"y":8},{"x":1637600400000,"y":9},{"x":1637686800000,"y":9},{"x":1637762400000,"y":9},{"x":1637859600000,"y":8},{"x":1637931600000,"y":8},{"x":1638032400000,"y":8},{"x":1638118800000,"y":9},{"x":1638205200000,"y":9},{"x":1638291600000,"y":9},{"x":1638378000000,"y":6},{"x":1638464400000,"y":5},{"x":1638536400000,"y":7},{"x":1638637200000,"y":7},{"x":1638723600000,"y":7},{"x":1638810000000,"y":8},{"x":1638896400000,"y":10},{"x":1638982800000,"y":9},{"x":1639069200000,"y":9},{"x":1639141200000,"y":24},{"x":1639242000000,"y":24},{"x":1639328400000,"y":24},{"x":1639414800000,"y":23},{"x":1639501200000,"y":22},{"x":1639576800000,"y":21},{"x":1639674000000,"y":19},{"x":1639746000000,"y":21},{"x":1639933200000,"y":21},{"x":1640019600000,"y":21},{"x":1640106000000,"y":18},{"x":1640192400000,"y":3},{"x":1640264400000,"y":3},{"x":1640365200000,"y":3},{"x":1640451600000,"y":3},{"x":1640624400000,"y":0},{"x":1640710800000,"y":0},{"x":1640797200000,"y":0},{"x":1640883600000,"y":0},{"x":1640970000000,"y":0},{"x":1641056400000,"y":0},{"x":1641142800000,"y":0},{"x":1641229200000,"y":0},{"x":1641315600000,"y":0},{"x":1641402000000,"y":0},{"x":1641488400000,"y":0},{"x":1641574800000,"y":1},{"x":1641747600000,"y":1},{"x":1641834000000,"y":3},{"x":1641920400000,"y":6},{"x":1642006800000,"y":10},{"x":1642093200000,"y":11},{"x":1642165200000,"y":17},{"x":1642266000000,"y":19},{"x":1642352400000,"y":19},{"x":1642438800000,"y":36},{"x":1642525200000,"y":37},{"x":1642611600000,"y":47},{"x":1642698000000,"y":50},{"x":1642770000000,"y":59},{"x":1642870800000,"y":63},{"x":1642957200000,"y":63},{"x":1643043600000,"y":75},{"x":1643130000000,"y":80},{"x":1643216400000,"y":70},{"x":1643302800000,"y":74},{"x":1643389200000,"y":69},{"x":1643475600000,"y":66},{"x":1643558400000,"y":66},{"x":1643648400000,"y":77},{"x":1643734800000,"y":87},{"x":1643824800000,"y":113},{"x":1643907600000,"y":129},{"x":1643976000000,"y":128},{"x":1644080400000,"y":121},{"x":1644166800000,"y":103},{"x":1644253200000,"y":100},{"x":1644339600000,"y":103},{"x":1644426000000,"y":56},{"x":1644512400000,"y":41},{"x":1644598800000,"y":46},{"x":1644685200000,"y":46},{"x":1644858000000,"y":46},{"x":1644944400000,"y":41},{"x":1645030800000,"y":34},{"x":1645203600000,"y":29},{"x":1645462800000,"y":28},{"x":1645549200000,"y":26},{"x":1645635600000,"y":27},{"x":1645722000000,"y":22},{"x":1645808400000,"y":17},{"x":1645894800000,"y":17},{"x":1646067600000,"y":8},{"x":1646240400000,"y":5},{"x":1646319600000,"y":5},{"x":1646413200000,"y":6},{"x":1646499600000,"y":6},{"x":1646586000000,"y":6},{"x":1646672400000,"y":3},{"x":1646758800000,"y":4},{"x":1646845200000,"y":4},{"x":1646931600000,"y":2},{"x":1647104400000,"y":2},{"x":1647277200000,"y":2},{"x":1647363600000,"y":2},{"x":1647450000000,"y":4},{"x":1647536400000,"y":4},{"x":1647622800000,"y":4},{"x":1647795600000,"y":4},{"x":1647882000000,"y":5},{"x":1647968400000,"y":4},{"x":1648054800000,"y":3},{"x":1648141200000,"y":3},{"x":1654707600000,"y":0},{"x":1655917200000,"y":1},{"x":1656435960000,"y":6},{"x":1656522180000,"y":10},{"x":1656605460000,"y":16},{"x":1659715200000,"y":2},{"x":1659974400000,"y":2},{"x":1660060800000,"y":1},{"x":1660320000000,"y":1},{"x":1660579200000,"y":0},{"x":1660924800000,"y":2},{"x":1661356800000,"y":2},{"x":1661529600000,"y":0},{"x":1662393600000,"y":0}]; var activeData = []; data.forEach( element => activeData.push(element.y) ); // - Dados: Domiciliar data = [{"x":1601575500000,"y":0},{"x":1611932340000,"y":0},{"x":1612281600000,"y":0},{"x":1612368000000,"y":0},{"x":1612454400000,"y":0},{"x":1612533600000,"y":0},{"x":1612800000000,"y":0},{"x":1612886400000,"y":0},{"x":1612972800000,"y":1},{"x":1613059200000,"y":2},{"x":1613134800000,"y":2},{"x":1613404800000,"y":12},{"x":1613491200000,"y":13},{"x":1613577600000,"y":12},{"x":1613664000000,"y":13},{"x":1614009600000,"y":9},{"x":1614096000000,"y":13},{"x":1614182400000,"y":8},{"x":1614268800000,"y":7},{"x":1614344400000,"y":7},{"x":1614700800000,"y":7},{"x":1614787200000,"y":8},{"x":1614873780000,"y":7},{"x":1614949200000,"y":7},{"x":1615222800000,"y":4},{"x":1615309200000,"y":4},{"x":1615554000000,"y":3},{"x":1615827600000,"y":2},{"x":1615903200000,"y":10},{"x":1615993200000,"y":12},{"x":1616086800000,"y":13},{"x":1616428800000,"y":26},{"x":1616515200000,"y":33},{"x":1616601600000,"y":33},{"x":1616763600000,"y":32},{"x":1617037200000,"y":51},{"x":1617123600000,"y":48},{"x":1617210000000,"y":46},{"x":1617278400000,"y":45},{"x":1617642000000,"y":42},{"x":1617728400000,"y":41},{"x":1617814800000,"y":37},{"x":1617897600000,"y":50},{"x":1617973200000,"y":53},{"x":1618243200000,"y":45},{"x":1618333200000,"y":42},{"x":1618416000000,"y":42},{"x":1618506000000,"y":42},{"x":1618578000000,"y":52},{"x":1618851600000,"y":64},{"x":1618938000000,"y":81},{"x":1619110800000,"y":75},{"x":1619182800000,"y":77},{"x":1619442000000,"y":89},{"x":1619542800000,"y":114},{"x":1619629200000,"y":124},{"x":1619715600000,"y":107},{"x":1619787600000,"y":76},{"x":1619971200000,"y":99},{"x":1620061200000,"y":111},{"x":1620147600000,"y":118},{"x":1620234000000,"y":144},{"x":1621184400000,"y":225},{"x":1621273140000,"y":253},{"x":1621357200000,"y":225},{"x":1621443600000,"y":221},{"x":1621530000000,"y":217},{"x":1621602000000,"y":210},{"x":1621702800000,"y":211},{"x":1621789200000,"y":209},{"x":1621875600000,"y":205},{"x":1621962000000,"y":174},{"x":1622048400000,"y":156},{"x":1622134800000,"y":135},{"x":1622206800000,"y":125},{"x":1622307600000,"y":119},{"x":1622394000000,"y":118},{"x":1622480400000,"y":149},{"x":1622566800000,"y":121},{"x":1622653200000,"y":122},{"x":1622739600000,"y":98},{"x":1622811600000,"y":94},{"x":1622912400000,"y":97},{"x":1622998800000,"y":91},{"x":1623085200000,"y":105},{"x":1623171600000,"y":96},{"x":1623258000000,"y":80},{"x":1623344400000,"y":71},{"x":1623416400000,"y":59},{"x":1623517200000,"y":54},{"x":1623690000000,"y":63},{"x":1623776400000,"y":42},{"x":1623862800000,"y":31},{"x":1623949200000,"y":30},{"x":1624021200000,"y":26},{"x":1624122000000,"y":30},{"x":1624215600000,"y":28},{"x":1624294800000,"y":36},{"x":1624381200000,"y":26},{"x":1624467600000,"y":22},{"x":1624554000000,"y":24},{"x":1624640400000,"y":26},{"x":1624726800000,"y":25},{"x":1624813200000,"y":23},{"x":1624899600000,"y":35},{"x":1624986000000,"y":31},{"x":1625072400000,"y":30},{"x":1625158800000,"y":28},{"x":1625230800000,"y":27},{"x":1625331600000,"y":26},{"x":1625418000000,"y":24},{"x":1625504400000,"y":25},{"x":1625590800000,"y":18},{"x":1625677200000,"y":16},{"x":1625763600000,"y":15},{"x":1625835600000,"y":14},{"x":1625936400000,"y":14},{"x":1626022800000,"y":12},{"x":1626109200000,"y":9},{"x":1626195600000,"y":5},{"x":1626282000000,"y":3},{"x":1626368400000,"y":3},{"x":1626440400000,"y":16},{"x":1626541200000,"y":16},{"x":1626627600000,"y":15},{"x":1626714000000,"y":16},{"x":1626800400000,"y":17},{"x":1626886800000,"y":21},{"x":1626973200000,"y":21},{"x":1627045200000,"y":21},{"x":1627146000000,"y":26},{"x":1627232400000,"y":23},{"x":1627318800000,"y":17},{"x":1627405200000,"y":12},{"x":1627491600000,"y":10},{"x":1627578000000,"y":8},{"x":1627650000000,"y":8},{"x":1627750800000,"y":20},{"x":1627837200000,"y":19},{"x":1627923600000,"y":14},{"x":1628010000000,"y":14},{"x":1628182800000,"y":11},{"x":1628254800000,"y":11},{"x":1628355600000,"y":14},{"x":1628438400000,"y":13},{"x":1628528400000,"y":6},{"x":1628614800000,"y":4},{"x":1628697600000,"y":4},{"x":1628859600000,"y":3},{"x":1628960400000,"y":10},{"x":1629046800000,"y":9},{"x":1629133200000,"y":9},{"x":1629219600000,"y":8},{"x":1629392400000,"y":7},{"x":1629464400000,"y":7},{"x":1629565200000,"y":11},{"x":1629651600000,"y":11},{"x":1629738000000,"y":11},{"x":1629824400000,"y":9},{"x":1629907200000,"y":4},{"x":1629990000000,"y":4},{"x":1630069200000,"y":4},{"x":1630342800000,"y":0},{"x":1630429200000,"y":4},{"x":1630515600000,"y":4},{"x":1630602000000,"y":4},{"x":1630674000000,"y":6},{"x":1630774800000,"y":5},{"x":1630861200000,"y":3},{"x":1630940400000,"y":1},{"x":1631120400000,"y":2},{"x":1631206800000,"y":2},{"x":1631278800000,"y":2},{"x":1631379600000,"y":2},{"x":1631466000000,"y":2},{"x":1631538000000,"y":1},{"x":1631638800000,"y":1},{"x":1631725200000,"y":1},{"x":1631811600000,"y":2},{"x":1631883600000,"y":2},{"x":1631984400000,"y":2},{"x":1632070800000,"y":1},{"x":1632142800000,"y":1},{"x":1632243600000,"y":1},{"x":1632333600000,"y":1},{"x":1632402000000,"y":1},{"x":1632488400000,"y":1},{"x":1632578400000,"y":1},{"x":1632762000000,"y":1},{"x":1632848400000,"y":2},{"x":1632934800000,"y":2},{"x":1633021200000,"y":2},{"x":1633093200000,"y":2},{"x":1633194000000,"y":3},{"x":1633280400000,"y":3},{"x":1633366800000,"y":4},{"x":1633453200000,"y":4},{"x":1633539600000,"y":3},{"x":1633626000000,"y":3},{"x":1633698000000,"y":4},{"x":1633798800000,"y":4},{"x":1633885200000,"y":3},{"x":1633971600000,"y":4},{"x":1634061600000,"y":2},{"x":1634144400000,"y":2},{"x":1634230800000,"y":3},{"x":1634299200000,"y":3},{"x":1634403600000,"y":3},{"x":1634490000000,"y":2},{"x":1634576400000,"y":6},{"x":1634662800000,"y":6},{"x":1634749200000,"y":6},{"x":1634835600000,"y":7},{"x":1634907600000,"y":9},{"x":1635012000000,"y":10},{"x":1635181200000,"y":8},{"x":1635267600000,"y":7},{"x":1635354000000,"y":5},{"x":1635447600000,"y":4},{"x":1635512400000,"y":8},{"x":1635613200000,"y":8},{"x":1635699600000,"y":7},{"x":1635786000000,"y":7},{"x":1635872400000,"y":7},{"x":1635958800000,"y":7},{"x":1636045200000,"y":6},{"x":1636117200000,"y":6},{"x":1636218000000,"y":5},{"x":1636304400000,"y":5},{"x":1636390800000,"y":2},{"x":1636477200000,"y":2},{"x":1636563600000,"y":2},{"x":1636650000000,"y":2},{"x":1636722000000,"y":2},{"x":1636909200000,"y":2},{"x":1636995600000,"y":2},{"x":1637082000000,"y":2},{"x":1637168400000,"y":2},{"x":1637254800000,"y":2},{"x":1637326800000,"y":6},{"x":1637427600000,"y":6},{"x":1637514000000,"y":6},{"x":1637600400000,"y":8},{"x":1637686800000,"y":8},{"x":1637762400000,"y":8},{"x":1637859600000,"y":7},{"x":1637931600000,"y":7},{"x":1638032400000,"y":7},{"x":1638118800000,"y":9},{"x":1638205200000,"y":9},{"x":1638291600000,"y":9},{"x":1638378000000,"y":6},{"x":1638464400000,"y":5},{"x":1638536400000,"y":7},{"x":1638637200000,"y":7},{"x":1638723600000,"y":7},{"x":1638810000000,"y":8},{"x":1638896400000,"y":10},{"x":1638982800000,"y":9},{"x":1639069200000,"y":9},{"x":1639141200000,"y":24},{"x":1639242000000,"y":24},{"x":1639328400000,"y":24},{"x":1639414800000,"y":23},{"x":1639501200000,"y":22},{"x":1639576800000,"y":21},{"x":1639674000000,"y":19},{"x":1639746000000,"y":21},{"x":1639933200000,"y":21},{"x":1640019600000,"y":21},{"x":1640106000000,"y":18},{"x":1640192400000,"y":3},{"x":1640264400000,"y":3},{"x":1640365200000,"y":3},{"x":1640451600000,"y":3},{"x":1640624400000,"y":0},{"x":1640710800000,"y":0},{"x":1640797200000,"y":0},{"x":1640883600000,"y":0},{"x":1640970000000,"y":0},{"x":1641056400000,"y":0},{"x":1641142800000,"y":0},{"x":1641229200000,"y":0},{"x":1641315600000,"y":0},{"x":1641402000000,"y":0},{"x":1641488400000,"y":0},{"x":1641574800000,"y":1},{"x":1641747600000,"y":1},{"x":1641834000000,"y":2},{"x":1641920400000,"y":5},{"x":1642006800000,"y":9},{"x":1642093200000,"y":10},{"x":1642165200000,"y":16},{"x":1642266000000,"y":18},{"x":1642352400000,"y":18},{"x":1642438800000,"y":35},{"x":1642525200000,"y":37},{"x":1642611600000,"y":46},{"x":1642698000000,"y":49},{"x":1642770000000,"y":58},{"x":1642870800000,"y":62},{"x":1642957200000,"y":62},{"x":1643043600000,"y":74},{"x":1643130000000,"y":79},{"x":1643216400000,"y":68},{"x":1643302800000,"y":73},{"x":1643389200000,"y":68},{"x":1643475600000,"y":65},{"x":1643558400000,"y":65},{"x":1643648400000,"y":76},{"x":1643734800000,"y":87},{"x":1643824800000,"y":111},{"x":1643907600000,"y":126},{"x":1643976000000,"y":126},{"x":1644080400000,"y":119},{"x":1644166800000,"y":101},{"x":1644253200000,"y":99},{"x":1644339600000,"y":102},{"x":1644426000000,"y":55},{"x":1644512400000,"y":41},{"x":1644598800000,"y":46},{"x":1644685200000,"y":46},{"x":1644858000000,"y":45},{"x":1644944400000,"y":40},{"x":1645030800000,"y":33},{"x":1645203600000,"y":29},{"x":1645462800000,"y":28},{"x":1645549200000,"y":25},{"x":1645635600000,"y":26},{"x":1645722000000,"y":21},{"x":1645808400000,"y":16},{"x":1645894800000,"y":17},{"x":1646067600000,"y":8},{"x":1646240400000,"y":5},{"x":1646319600000,"y":5},{"x":1646413200000,"y":5},{"x":1646499600000,"y":5},{"x":1646586000000,"y":5},{"x":1646672400000,"y":2},{"x":1646758800000,"y":2},{"x":1646845200000,"y":2},{"x":1646931600000,"y":0},{"x":1647104400000,"y":0},{"x":1647277200000,"y":0},{"x":1647363600000,"y":0},{"x":1647450000000,"y":1},{"x":1647536400000,"y":1},{"x":1647622800000,"y":1},{"x":1647795600000,"y":1},{"x":1647882000000,"y":3},{"x":1647968400000,"y":2},{"x":1648054800000,"y":1},{"x":1648141200000,"y":1},{"x":1654707600000,"y":0},{"x":1655917200000,"y":1},{"x":1656435960000,"y":6},{"x":1656522180000,"y":10},{"x":1656605460000,"y":16},{"x":1659715200000,"y":2},{"x":1659974400000,"y":2},{"x":1660060800000,"y":1},{"x":1660320000000,"y":1},{"x":1660579200000,"y":0},{"x":1660924800000,"y":2},{"x":1661356800000,"y":2},{"x":1661529600000,"y":0},{"x":1662393600000,"y":0}]; var houseData = []; data.forEach( element => houseData.push(element.y) ); // - Dados: Hospital data = [{"x":1601575500000,"y":0},{"x":1611932340000,"y":0},{"x":1612281600000,"y":0},{"x":1612368000000,"y":0},{"x":1612454400000,"y":0},{"x":1612533600000,"y":0},{"x":1612800000000,"y":0},{"x":1612886400000,"y":0},{"x":1612972800000,"y":0},{"x":1613059200000,"y":0},{"x":1613134800000,"y":0},{"x":1613404800000,"y":0},{"x":1613491200000,"y":0},{"x":1613577600000,"y":0},{"x":1613664000000,"y":0},{"x":1614009600000,"y":0},{"x":1614096000000,"y":0},{"x":1614182400000,"y":0},{"x":1614268800000,"y":0},{"x":1614344400000,"y":0},{"x":1614700800000,"y":0},{"x":1614787200000,"y":0},{"x":1614873780000,"y":0},{"x":1614949200000,"y":0},{"x":1615222800000,"y":1},{"x":1615309200000,"y":1},{"x":1615554000000,"y":2},{"x":1615827600000,"y":1},{"x":1615903200000,"y":1},{"x":1615993200000,"y":1},{"x":1616086800000,"y":1},{"x":1616428800000,"y":6},{"x":1616515200000,"y":3},{"x":1616601600000,"y":3},{"x":1616763600000,"y":3},{"x":1617037200000,"y":2},{"x":1617123600000,"y":1},{"x":1617210000000,"y":3},{"x":1617278400000,"y":4},{"x":1617642000000,"y":7},{"x":1617728400000,"y":6},{"x":1617814800000,"y":6},{"x":1617897600000,"y":6},{"x":1617973200000,"y":6},{"x":1618243200000,"y":7},{"x":1618333200000,"y":7},{"x":1618416000000,"y":7},{"x":1618506000000,"y":8},{"x":1618578000000,"y":8},{"x":1618851600000,"y":8},{"x":1618938000000,"y":8},{"x":1619110800000,"y":7},{"x":1619182800000,"y":7},{"x":1619442000000,"y":6},{"x":1619542800000,"y":10},{"x":1619629200000,"y":7},{"x":1619715600000,"y":11},{"x":1619787600000,"y":10},{"x":1619971200000,"y":13},{"x":1620061200000,"y":13},{"x":1620147600000,"y":12},{"x":1620234000000,"y":11},{"x":1621184400000,"y":15},{"x":1621273140000,"y":18},{"x":1621357200000,"y":16},{"x":1621443600000,"y":12},{"x":1621530000000,"y":12},{"x":1621602000000,"y":14},{"x":1621702800000,"y":13},{"x":1621789200000,"y":14},{"x":1621875600000,"y":17},{"x":1621962000000,"y":17},{"x":1622048400000,"y":15},{"x":1622134800000,"y":11},{"x":1622206800000,"y":10},{"x":1622307600000,"y":8},{"x":1622394000000,"y":6},{"x":1622480400000,"y":6},{"x":1622566800000,"y":6},{"x":1622653200000,"y":4},{"x":1622739600000,"y":5},{"x":1622811600000,"y":5},{"x":1622912400000,"y":5},{"x":1622998800000,"y":5},{"x":1623085200000,"y":6},{"x":1623171600000,"y":6},{"x":1623258000000,"y":5},{"x":1623344400000,"y":4},{"x":1623416400000,"y":5},{"x":1623517200000,"y":4},{"x":1623690000000,"y":3},{"x":1623776400000,"y":2},{"x":1623862800000,"y":4},{"x":1623949200000,"y":4},{"x":1624021200000,"y":5},{"x":1624122000000,"y":4},{"x":1624215600000,"y":3},{"x":1624294800000,"y":3},{"x":1624381200000,"y":2},{"x":1624467600000,"y":3},{"x":1624554000000,"y":4},{"x":1624640400000,"y":4},{"x":1624726800000,"y":3},{"x":1624813200000,"y":3},{"x":1624899600000,"y":3},{"x":1624986000000,"y":3},{"x":1625072400000,"y":2},{"x":1625158800000,"y":2},{"x":1625230800000,"y":2},{"x":1625331600000,"y":2},{"x":1625418000000,"y":3},{"x":1625504400000,"y":1},{"x":1625590800000,"y":1},{"x":1625677200000,"y":1},{"x":1625763600000,"y":1},{"x":1625835600000,"y":1},{"x":1625936400000,"y":1},{"x":1626022800000,"y":0},{"x":1626109200000,"y":1},{"x":1626195600000,"y":1},{"x":1626282000000,"y":1},{"x":1626368400000,"y":1},{"x":1626440400000,"y":1},{"x":1626541200000,"y":1},{"x":1626627600000,"y":1},{"x":1626714000000,"y":2},{"x":1626800400000,"y":2},{"x":1626886800000,"y":0},{"x":1626973200000,"y":0},{"x":1627045200000,"y":0},{"x":1627146000000,"y":0},{"x":1627232400000,"y":0},{"x":1627318800000,"y":0},{"x":1627405200000,"y":0},{"x":1627491600000,"y":0},{"x":1627578000000,"y":0},{"x":1627650000000,"y":0},{"x":1627750800000,"y":0},{"x":1627837200000,"y":0},{"x":1627923600000,"y":0},{"x":1628010000000,"y":0},{"x":1628182800000,"y":1},{"x":1628254800000,"y":0},{"x":1628355600000,"y":0},{"x":1628438400000,"y":0},{"x":1628528400000,"y":0},{"x":1628614800000,"y":0},{"x":1628697600000,"y":0},{"x":1628859600000,"y":0},{"x":1628960400000,"y":0},{"x":1629046800000,"y":0},{"x":1629133200000,"y":1},{"x":1629219600000,"y":1},{"x":1629392400000,"y":3},{"x":1629464400000,"y":3},{"x":1629565200000,"y":4},{"x":1629651600000,"y":4},{"x":1629738000000,"y":4},{"x":1629824400000,"y":4},{"x":1629907200000,"y":4},{"x":1629990000000,"y":3},{"x":1630069200000,"y":3},{"x":1630342800000,"y":2},{"x":1630429200000,"y":2},{"x":1630515600000,"y":2},{"x":1630602000000,"y":2},{"x":1630674000000,"y":1},{"x":1630774800000,"y":1},{"x":1630861200000,"y":1},{"x":1630940400000,"y":1},{"x":1631120400000,"y":1},{"x":1631206800000,"y":1},{"x":1631278800000,"y":1},{"x":1631379600000,"y":1},{"x":1631466000000,"y":1},{"x":1631538000000,"y":1},{"x":1631638800000,"y":0},{"x":1631725200000,"y":0},{"x":1631811600000,"y":0},{"x":1631883600000,"y":0},{"x":1631984400000,"y":0},{"x":1632070800000,"y":0},{"x":1632142800000,"y":0},{"x":1632243600000,"y":0},{"x":1632333600000,"y":1},{"x":1632402000000,"y":1},{"x":1632488400000,"y":0},{"x":1632578400000,"y":0},{"x":1632762000000,"y":0},{"x":1632848400000,"y":0},{"x":1632934800000,"y":0},{"x":1633021200000,"y":0},{"x":1633093200000,"y":0},{"x":1633194000000,"y":0},{"x":1633280400000,"y":0},{"x":1633366800000,"y":0},{"x":1633453200000,"y":0},{"x":1633539600000,"y":0},{"x":1633626000000,"y":0},{"x":1633698000000,"y":0},{"x":1633798800000,"y":0},{"x":1633885200000,"y":0},{"x":1633971600000,"y":0},{"x":1634061600000,"y":0},{"x":1634144400000,"y":0},{"x":1634230800000,"y":0},{"x":1634299200000,"y":0},{"x":1634403600000,"y":0},{"x":1634490000000,"y":0},{"x":1634576400000,"y":0},{"x":1634662800000,"y":0},{"x":1634749200000,"y":0},{"x":1634835600000,"y":0},{"x":1634907600000,"y":1},{"x":1635012000000,"y":0},{"x":1635181200000,"y":0},{"x":1635267600000,"y":0},{"x":1635354000000,"y":0},{"x":1635447600000,"y":0},{"x":1635512400000,"y":0},{"x":1635613200000,"y":0},{"x":1635699600000,"y":0},{"x":1635786000000,"y":0},{"x":1635872400000,"y":0},{"x":1635958800000,"y":0},{"x":1636045200000,"y":0},{"x":1636117200000,"y":0},{"x":1636218000000,"y":0},{"x":1636304400000,"y":0},{"x":1636390800000,"y":0},{"x":1636477200000,"y":0},{"x":1636563600000,"y":0},{"x":1636650000000,"y":0},{"x":1636722000000,"y":0},{"x":1636909200000,"y":0},{"x":1636995600000,"y":0},{"x":1637082000000,"y":1},{"x":1637168400000,"y":1},{"x":1637254800000,"y":2},{"x":1637326800000,"y":2},{"x":1637427600000,"y":2},{"x":1637514000000,"y":2},{"x":1637600400000,"y":1},{"x":1637686800000,"y":1},{"x":1637762400000,"y":1},{"x":1637859600000,"y":1},{"x":1637931600000,"y":1},{"x":1638032400000,"y":1},{"x":1638118800000,"y":0},{"x":1638205200000,"y":0},{"x":1638291600000,"y":0},{"x":1638378000000,"y":0},{"x":1638464400000,"y":0},{"x":1638536400000,"y":0},{"x":1638637200000,"y":0},{"x":1638723600000,"y":0},{"x":1638810000000,"y":0},{"x":1638896400000,"y":0},{"x":1638982800000,"y":0},{"x":1639069200000,"y":0},{"x":1639141200000,"y":0},{"x":1639242000000,"y":0},{"x":1639328400000,"y":0},{"x":1639414800000,"y":0},{"x":1639501200000,"y":0},{"x":1639576800000,"y":0},{"x":1639674000000,"y":0},{"x":1639746000000,"y":0},{"x":1639933200000,"y":0},{"x":1640019600000,"y":0},{"x":1640106000000,"y":0},{"x":1640192400000,"y":0},{"x":1640264400000,"y":0},{"x":1640365200000,"y":0},{"x":1640451600000,"y":0},{"x":1640624400000,"y":0},{"x":1640710800000,"y":0},{"x":1640797200000,"y":0},{"x":1640883600000,"y":0},{"x":1640970000000,"y":0},{"x":1641056400000,"y":0},{"x":1641142800000,"y":0},{"x":1641229200000,"y":0},{"x":1641315600000,"y":0},{"x":1641402000000,"y":0},{"x":1641488400000,"y":0},{"x":1641574800000,"y":0},{"x":1641747600000,"y":0},{"x":1641834000000,"y":1},{"x":1641920400000,"y":1},{"x":1642006800000,"y":1},{"x":1642093200000,"y":1},{"x":1642165200000,"y":1},{"x":1642266000000,"y":1},{"x":1642352400000,"y":1},{"x":1642438800000,"y":1},{"x":1642525200000,"y":0},{"x":1642611600000,"y":1},{"x":1642698000000,"y":1},{"x":1642770000000,"y":1},{"x":1642870800000,"y":1},{"x":1642957200000,"y":1},{"x":1643043600000,"y":1},{"x":1643130000000,"y":1},{"x":1643216400000,"y":2},{"x":1643302800000,"y":1},{"x":1643389200000,"y":1},{"x":1643475600000,"y":1},{"x":1643558400000,"y":1},{"x":1643648400000,"y":1},{"x":1643734800000,"y":0},{"x":1643824800000,"y":2},{"x":1643907600000,"y":3},{"x":1643976000000,"y":2},{"x":1644080400000,"y":2},{"x":1644166800000,"y":2},{"x":1644253200000,"y":1},{"x":1644339600000,"y":1},{"x":1644426000000,"y":1},{"x":1644512400000,"y":0},{"x":1644598800000,"y":0},{"x":1644685200000,"y":0},{"x":1644858000000,"y":1},{"x":1644944400000,"y":1},{"x":1645030800000,"y":1},{"x":1645203600000,"y":0},{"x":1645462800000,"y":0},{"x":1645549200000,"y":1},{"x":1645635600000,"y":1},{"x":1645722000000,"y":1},{"x":1645808400000,"y":1},{"x":1645894800000,"y":0},{"x":1646067600000,"y":0},{"x":1646240400000,"y":0},{"x":1646319600000,"y":0},{"x":1646413200000,"y":1},{"x":1646499600000,"y":1},{"x":1646586000000,"y":1},{"x":1646672400000,"y":1},{"x":1646758800000,"y":2},{"x":1646845200000,"y":2},{"x":1646931600000,"y":2},{"x":1647104400000,"y":2},{"x":1647277200000,"y":2},{"x":1647363600000,"y":2},{"x":1647450000000,"y":3},{"x":1647536400000,"y":3},{"x":1647622800000,"y":3},{"x":1647795600000,"y":3},{"x":1647882000000,"y":2},{"x":1647968400000,"y":2},{"x":1648054800000,"y":2},{"x":1648141200000,"y":2},{"x":1654707600000,"y":0},{"x":1655917200000,"y":0},{"x":1656435960000,"y":0},{"x":1656522180000,"y":0},{"x":1656605460000,"y":0},{"x":1659715200000,"y":0},{"x":1659974400000,"y":0},{"x":1660060800000,"y":0},{"x":1660320000000,"y":0},{"x":1660579200000,"y":0},{"x":1660924800000,"y":0},{"x":1661356800000,"y":0},{"x":1661529600000,"y":0},{"x":1662393600000,"y":0}]; var hospitalData = []; data.forEach( element => hospitalData.push(element.y) ); // Objetos var suspect = { title: 'Suspeitos', id: 'suspeitos', lineColor: 'rgba(133, 173, 224, 1)', backgroundColor: 'rgba(133, 173, 224, ' + chartConfig.opacity + ')', data: suspectData }; var confirmed = { title: 'Confirmados', id: 'confirmados', lineColor: 'rgba(192, 80, 78)', backgroundColor: 'rgba(192, 80, 78, ' + chartConfig.opacity + ')', data: confirmedData }; var recovered = { title: 'Recuperados', id: 'recuperados', lineColor: 'rgba(155, 187, 88)', backgroundColor: 'rgba(155, 187, 88, ' + chartConfig.opacity + ')', data: recoveredData }; var discarted = { title: 'Descartados', id: 'descartados', lineColor: 'rgba(35, 191, 170)', backgroundColor: 'rgba(35, 191, 170, ' + chartConfig.opacity + ')', data: discartedData }; var deaths = { title: 'Óbitos', id: 'obitos', lineColor: 'rgba(128, 100, 161)', backgroundColor: 'rgba(128, 100, 161, ' + chartConfig.opacity + ')', data: deathsData }; //------------------------ var active = { title: 'Ativos', id: 'ativos', lineColor: 'rgba(0, 128, 128)', backgroundColor: 'rgba(0, 128, 128, ' + chartConfig.opacity + ')', data: activeData }; var house = { title: 'Iso.Domiciliar', id: 'domiciliar', lineColor: 'rgba(0, 255, 127)', backgroundColor: 'rgba(0, 255, 127, ' + chartConfig.opacity + ')', data: houseData }; var hospital = { title: 'Iso.Hospitalar', id: 'hospitalar', lineColor: 'rgba(218, 165, 32)', backgroundColor: 'rgba(218, 165, 32, ' + chartConfig.opacity + ')', data: hospitalData }; if(exibir_9_colunas == true){ covidData = [suspect, confirmed, recovered, discarted, deaths, active, house, hospital]; }else{ covidData = [suspect, confirmed, recovered, discarted, deaths]; } datasets = []; covidData.forEach( element => { datasets.push({ label: element.title, borderColor: element.lineColor, backgroundColor: element.backgroundColor, borderWidth: chartConfig.borderWidth, fill: chartConfig.fill, data: element.data, lineTension: chartConfig.lineTension }); }); var isSmallDevice = window.innerWidth < 530; var chartFontSize = 12; var titleFontSize = 22; var legendAlign = 'center'; var legendPointStyle = false; if ( isSmallDevice ) { chartFontSize = 8; titleFontSize = 14; legendAlign = 'start'; legendPointStyle = true; } var timeStampLength = timeStamp.length; var isLargeData = timeStampLength > 60; if (isLargeData) chartConfig.pointRadius = 0; var chart = new Chart.Line(ctx, { data: { labels: timeStamp, datasets: datasets }, options: { responsive: true, maintainAspectRatio: false, hoverMode: 'index', stacked: false, title:{ display: true, text: [chartConfig.title, chartConfig.subtitle], fontSize: titleFontSize, fontColor: chartConfig.titleColor }, elements: { point: { radius: chartConfig.pointRadius } }, legend: { position: 'bottom', align: legendAlign, labels: { usePointStyle: legendPointStyle } }, tooltips: { mode: 'index', intersect: false, }, hover: { mode: 'nearest', intersect: true }, scales: { yAxes: [{ display: true, ticks: { callback: function(value, index, values) { if ( isSmallDevice ) return value; if (value > 0) return 'Até ' + value + ' casos'; else return value + ' casos'; } } }], xAxes: [{ ticks: { autoSkip: false, maxTicksLimit: 10, fontSize: chartFontSize, callback: function (value, index, values) { let last = timeStampLength - 1; let step = Math.floor(timeStampLength / 8); if (timeStampLength <= 10) return value; if (index == last) return value; if ((index % step == 0) && (index <= (last - step))) return value; return ''; } } }] } } }); } } </script>]]>
3032 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
3037 <![CDATA[<script id="tmpl-rwmb-media-item" type="text/html"> <input type="hidden" name="{{{ data.controller.fieldName }}}" value="{{{ data.id }}}" class="rwmb-media-input"> <div class="rwmb-file-icon"> <# if ( data.sizes ) { #> <# if ( data.sizes.thumbnail ) { #> <img src="{{{ data.sizes.thumbnail.url }}}"> <# } else { #> <img src="{{{ data.sizes.full.url }}}"> <# } #> <# } else { #> <# if ( data.image && data.image.src && data.image.src !== data.icon ) { #> <img src="{{ data.image.src }}" /> <# } else { #> <img src="{{ data.icon }}" /> <# } #> <# } #> </div> <div class="rwmb-file-info"> <a href="{{{ data.url }}}" class="rwmb-file-title" target="_blank"> <# if( data.title ) { #> {{{ data.title }}} <# } else { #> {{{ i18nRwmbMedia.noTitle }}} <# } #> </a> <div class="rwmb-file-name">{{{ data.filename }}}</div> <div class="rwmb-file-actions"> <a class="rwmb-edit-media" title="{{{ i18nRwmbMedia.edit }}}" href="{{{ data.editLink }}}" target="_blank"> {{{ i18nRwmbMedia.edit }}} </a> <a href="#" class="rwmb-remove-media" title="{{{ i18nRwmbMedia.remove }}}"> {{{ i18nRwmbMedia.remove }}} </a> </div> </div> </script>]]>
3074 <![CDATA[<script id="tmpl-rwmb-media-status" type="text/html"> <# if ( data.maxFiles > 0 ) { #> {{{ data.length }}}/{{{ data.maxFiles }}} <# if ( 1 < data.maxFiles ) { #>{{{ i18nRwmbMedia.multiple }}}<# } else {#>{{{ i18nRwmbMedia.single }}}<# } #> <# } #> </script>]]>
3081 <![CDATA[<script id="tmpl-rwmb-media-button" type="text/html"> <a class="button">{{{ data.text }}}</a> </script>]]>
3085 <![CDATA[<script id="tmpl-rwmb-image-item" type="text/html"> <input type="hidden" name="{{{ data.controller.fieldName }}}" value="{{{ data.id }}}" class="rwmb-media-input"> <div class="rwmb-file-icon"> <# if ( 'image' === data.type && data.sizes ) { #> <# if ( data.sizes[data.controller.imageSize] ) { #> <img src="{{{ data.sizes[data.controller.imageSize].url }}}"> <# } else { #> <img src="{{{ data.sizes.full.url }}}"> <# } #> <# } else { #> <# if ( data.image && data.image.src && data.image.src !== data.icon ) { #> <img src="{{ data.image.src }}" /> <# } else { #> <img src="{{ data.icon }}" /> <# } #> <# } #> </div> <div class="rwmb-image-overlay"></div> <div class="rwmb-image-actions"> <a class="rwmb-image-edit rwmb-edit-media" title="{{{ i18nRwmbMedia.edit }}}" href="{{{ data.editLink }}}" target="_blank"> <span class="dashicons dashicons-edit"></span> </a> <a href="#" class="rwmb-image-delete rwmb-remove-media" title="{{{ i18nRwmbMedia.remove }}}"> <span class="dashicons dashicons-no-alt"></span> </a> </div> </script>]]>
3113 <![CDATA[<script id="tmpl-rwmb-video-item" type="text/html"> <input type="hidden" name="{{{ data.controller.fieldName }}}" value="{{{ data.id }}}" class="rwmb-media-input"> <# if( _.indexOf( i18nRwmbVideo.extensions, data.url.substr( data.url.lastIndexOf('.') + 1 ) ) > -1 ) { #> <video controls="controls" class="rwmb-video-element" preload="metadata" <# if ( data.width ) { #>width="{{ data.width }}"<# } #> <# if ( data.height ) { #>height="{{ data.height }}"<# } #> <# if ( data.image && data.image.src !== data.icon ) { #>poster="{{ data.image.src }}"<# } #>> <source type="{{ data.mime }}" src="{{ data.url }}"/> </video> <# } else { #> <# if ( data.image && data.image.src && data.image.src !== data.icon ) { #> <img src="{{ data.image.src }}" /> <# } else { #> <img src="{{ data.icon }}" /> <# } #> <# } #> <div class="rwmb-media-info"> <a href="{{{ data.url }}}" class="rwmb-file-title" target="_blank"> <# if( data.title ) { #> {{{ data.title }}} <# } else { #> {{{ i18nRwmbMedia.noTitle }}} <# } #> </a> <div class="rwmb-file-name">{{{ data.filename }}}</div> <div class="rwmb-media-actions"> <a class="rwmb-edit-media" title="{{{ i18nRwmbMedia.edit }}}" href="{{{ data.editLink }}}" target="_blank"> {{{ i18nRwmbMedia.edit }}} </a> <a href="#" class="rwmb-remove-media" title="{{{ i18nRwmbMedia.remove }}}"> {{{ i18nRwmbMedia.remove }}} </a> </div> </div> </script>]]>
3149 <![CDATA[<script id="tmpl-rwmb-upload-area" type="text/html"> <div class="rwmb-upload-inside"> <h3>{{{ i18nRwmbMedia.uploadInstructions }}}</h3> <p>{{{ i18nRwmbMedia.or }}}</p> <button type="button" class="rwmb-browse-button browser button button-hero" id="{{{ _.uniqueId( 'rwmb-upload-browser-') }}}">{{{ i18nRwmbMedia.select }}}</button> </div> </script>]]>
3162 <![CDATA[<script type='text/javascript' id='contact-form-7-js-extra'> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/croata.ce.gov.br\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script>]]>
3170 <![CDATA[<script type='text/javascript' id='ppress-frontend-script-js-extra'> /* <![CDATA[ */ var pp_ajax_form = {"ajaxurl":"https:\/\/croata.ce.gov.br\/wp-admin\/admin-ajax.php","confirm_delete":"Are you sure?","deleting_text":"Deleting...","deleting_error":"An error occurred. Please try again.","nonce":"a425fa0e4f","disable_ajax_form":"false","is_checkout":"0","is_checkout_tax_enabled":"0"}; /* ]]> */ </script>]]>
3178 <![CDATA[<script type='text/javascript' id='wpcf7cf-scripts-js-extra'> /* <![CDATA[ */ var wpcf7cf_global_settings = {"ajaxurl":"https:\/\/croata.ce.gov.br\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script>]]>
3186 <![CDATA[<script id="gt_widget_script_38876891-js-before" type="text/javascript"> window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['38876891'] = {"default_language":"pt","languages":["en","fr","pt","es"],"url_structure":"none","flag_style":"2d","flag_size":24,"wrapper_selector":"#gt-wrapper-38876891","alt_flags":{"en":"usa","pt":"brazil"},"horizontal_position":"right","vertical_position":"bottom","flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"}; </script>]]>
3196 <![CDATA[<script id="wp-i18n-js-after" type="text/javascript"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script>]]>
3199 <![CDATA[<script id="elementor-pro-frontend-js-before" type="text/javascript"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/croata.ce.gov.br\/wp-admin\/admin-ajax.php","nonce":"3c468fa721","urls":{"assets":"https:\/\/croata.ce.gov.br\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/croata.ce.gov.br\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"pt_BR","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/croata.ce.gov.br\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script>]]>
3205 <![CDATA[<script id="elementor-frontend-js-before" type="text/javascript"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Compartilhar no Facebook","shareOnTwitter":"Compartilhar no Twitter","pinIt":"Fixar","download":"Baixar","downloadImage":"Baixar imagem","fullscreen":"Tela cheia","zoom":"Zoom","share":"Compartilhar","playVideo":"Reproduzir v\u00eddeo","previous":"Anterior","next":"Pr\u00f3ximo","close":"Fechar","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Celular em modo retrato","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Celular em modo paisagem","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Retrato","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Paisagem do tablet","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.16.3","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"additional_custom_breakpoints":true,"theme_builder_v2":true,"landing-pages":true,"page-transitions":true,"notes":true,"loop":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/croata.ce.gov.br\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":2,"title":"Prefeitura%20de%20Croat%C3%A1%20%E2%80%93%20Prefeitura%20de%20Croat%C3%A1","excerpt":"","featuredImage":false}}; </script>]]>
3211 <![CDATA[<script> /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1); </script>]]>