This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.container { | |
width: 100%; | |
padding-right: 15px; | |
padding-left: 15px; | |
margin-right: auto; | |
margin-left: auto; | |
} | |
@media (min-width: 576px) { | |
.container { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cod_setor | Cod_municipio | Nome_do_distrito | Cod_bairro | Nome_do_bairro | V009 | |
---|---|---|---|---|---|---|
260410605000001 | 2604106 | CARUARU | 2604106009 | Nossa Senhora das Dores | 851.51 | |
260410605000002 | 2604106 | CARUARU | 2604106009 | Nossa Senhora das Dores | 938.11 | |
260410605000003 | 2604106 | CARUARU | 2604106009 | Nossa Senhora das Dores | 494.78 | |
260410605000004 | 2604106 | CARUARU | 2604106009 | Nossa Senhora das Dores | 618.78 | |
260410605000005 | 2604106 | CARUARU | 2604106009 | Nossa Senhora das Dores | 653.91 | |
260410605000006 | 2604106 | CARUARU | 2604106009 | Nossa Senhora das Dores | 630.49 | |
260410605000007 | 2604106 | CARUARU | 2604106009 | Nossa Senhora das Dores | 877.42 | |
260410605000008 | 2604106 | CARUARU | 2604106009 | Nossa Senhora das Dores | 770.52 | |
260410605000009 | 2604106 | CARUARU | 2604106009 | Nossa Senhora das Dores | 811.16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
partido | categoria1 | categoria2 | totalGasto | |
---|---|---|---|---|
AVANTE | ADIANTAMENTOS DIVERSOS | ADIANTAMENTOS A FORNECEDORES | 631.2 | |
AVANTE | ADIANTAMENTOS DIVERSOS | OUTROS ADIANTAMENTOS DIVERSOS | 804 | |
AVANTE | ÁGUA E ESGOTO | ORDINÁRIAS | 1282.99 | |
AVANTE | ALUGUÉIS E CONDOMÍNIOS | LOCAÇÃO DE BENS IMÓVEIS | 229744.55 | |
AVANTE | ALUGUÉIS E CONDOMÍNIOS | LOCAÇÃO DE BENS MÓVEIS | 82719.67 | |
AVANTE | ALUGUÉIS E CONDOMÍNIOS | TAXAS DE CONDOMÍNIOS | 24265.88 | |
AVANTE | ASSUNÇÃO DE OBRIGAÇÕES | DESPESAS ORDINÁRIAS REALIZADAS POR DIREÇÃO ESTADUAL | 200 | |
AVANTE | ATIVO PERMANENTE | BENS MÓVEIS | 35104.27 | |
AVANTE | CONVENÇÕES | MULHERES | 8370 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="pt-BR"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Açude de Boqueirão ao longo dos anos</title> | |
<script data-require="d3@4.0.0" data-semver="4.0.0" src="https://d3js.org/d3.v4.js"></script> | |
<script src="//d3js.org/d3-scale-chromatic.v0.3.min.js"></script> | |
<style media="screen"> |
Representação dos municípios brasileiros em bolhas.
Representação dos municípios brasileiros em hexágonos.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>SVG relative rotate</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.10.2/d3.js"></script> | |
<style media="screen"> | |
body, | |
html { | |
margin: 0; |