84
| <![CDATA[<div class="container" style="margin-top: 30px;">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="alert alert-danger text-danger" role="alert">
Para completa funcionalidade deste site é necessário habilitar o JavaScript.
Aqui estão as <a href="http://www.enable-javascript.com/pt/" target="_blank">
instruções de como habilitar o JavaScript no seu navegador</a>.
<a class="btn btn-danger center-block" href="http://www.enable-javascript.com/pt/" target="_blank">
Para ativar o seu javascript clique aqui!
</a>
</div>
</div>
</div>
<div class="row">
</div>
</div>]]>
|
372
| <![CDATA[<div class="panel panel-default" style="margin-bottom: 30px;">
<script type="text/javascript">
$(function () {
$('#anual2020').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Relatório de Manifestações de 2020'
},
xAxis: {
type: 'category',
labels: {
rotation: -45,
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
},
yAxis: {
min: 0,
title: {
text: 'Quantidade'
}
},
// legend: {
// enabled: false
// },
tooltip: {
pointFormat: 'Quantidade: <b>{point.y:.1f}</b>'
},
plotOptions: {
column: {
dataLabels: {
enabled: true
}
}
},
series: [
{
name: "Quantidade",
data: [
{
name: "Solicitação",
y: 1,
drilldown: "Solicitação",
color:'#BC36FE'
},
]
}
],
});
});
</script>
<div class="panel-heading" role="tab" id="headingOne2020">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordionx" href="#collpase2020" aria-expanded="true" aria-controls="#collpase2020">
Relatório de 2020 por tipo de Manifestação
</a>
</h4>
</div>
<div id="collpase2020" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne2020">
<div class="panel-body">
<div id="anual2020"></div>
</div>
</div>
</div>]]>
|
442
| <![CDATA[<div class="panel panel-default" style="margin-bottom: 30px;">
<script type="text/javascript">
$(function () {
$('#anual2019').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Relatório de Manifestações de 2019'
},
xAxis: {
type: 'category',
labels: {
rotation: -45,
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
},
yAxis: {
min: 0,
title: {
text: 'Quantidade'
}
},
// legend: {
// enabled: false
// },
tooltip: {
pointFormat: 'Quantidade: <b>{point.y:.1f}</b>'
},
plotOptions: {
column: {
dataLabels: {
enabled: true
}
}
},
series: [
{
name: "Quantidade",
data: [
{
name: "Solicitação",
y: 1,
drilldown: "Solicitação",
color:'#BC36FE'
},
]
}
],
});
});
</script>
<div class="panel-heading" role="tab" id="headingOne2019">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordionx" href="#collpase2019" aria-expanded="true" aria-controls="#collpase2019">
Relatório de 2019 por tipo de Manifestação
</a>
</h4>
</div>
<div id="collpase2019" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne2019">
<div class="panel-body">
<div id="anual2019"></div>
</div>
</div>
</div>]]>
|
512
| <![CDATA[<div class="panel panel-default" style="margin-bottom: 30px;">
<script type="text/javascript">
$(function () {
$('#anual2018').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Relatório de Manifestações de 2018'
},
xAxis: {
type: 'category',
labels: {
rotation: -45,
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
},
yAxis: {
min: 0,
title: {
text: 'Quantidade'
}
},
// legend: {
// enabled: false
// },
tooltip: {
pointFormat: 'Quantidade: <b>{point.y:.1f}</b>'
},
plotOptions: {
column: {
dataLabels: {
enabled: true
}
}
},
series: [
{
name: "Quantidade",
data: [
{
name: "Denúncia",
y: 1,
drilldown: "Denúncia",
color:'#FF56DE'
},
{
name: "Dúvida",
y: 2,
drilldown: "Dúvida",
color:'#b2b2b7'
},
{
name: "Elogio",
y: 5,
drilldown: "Elogio",
color:'#E6D605'
},
{
name: "Reclamação",
y: 4,
drilldown: "Reclamação",
color:'#e03131'
},
{
name: "Solicitação",
y: 4,
drilldown: "Solicitação",
color:'#BC36FE'
},
{
name: "Sugestão",
y: 3,
drilldown: "Sugestão",
color:'#3b5bdb'
},
]
}
],
});
});
</script>
<div class="panel-heading" role="tab" id="headingOne2018">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordionx" href="#collpase2018" aria-expanded="true" aria-controls="#collpase2018">
Relatório de 2018 por tipo de Manifestação
</a>
</h4>
</div>
<div id="collpase2018" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne2018">
<div class="panel-body">
<div id="anual2018"></div>
</div>
</div>
</div>]]>
|
612
| <![CDATA[<div class="panel panel-default" style="margin-bottom: 30px;">
<script type="text/javascript">
$(function () {
$('#anual2017').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Relatório de Manifestações de 2017'
},
xAxis: {
type: 'category',
labels: {
rotation: -45,
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
},
yAxis: {
min: 0,
title: {
text: 'Quantidade'
}
},
// legend: {
// enabled: false
// },
tooltip: {
pointFormat: 'Quantidade: <b>{point.y:.1f}</b>'
},
plotOptions: {
column: {
dataLabels: {
enabled: true
}
}
},
series: [
{
name: "Quantidade",
data: [
{
name: "Outros",
y: 1,
drilldown: "Outros",
color:'#f08c00'
},
{
name: "Solicitação",
y: 1,
drilldown: "Solicitação",
color:'#BC36FE'
},
]
}
],
});
});
</script>
<div class="panel-heading" role="tab" id="headingOne2017">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordionx" href="#collpase2017" aria-expanded="true" aria-controls="#collpase2017">
Relatório de 2017 por tipo de Manifestação
</a>
</h4>
</div>
<div id="collpase2017" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne2017">
<div class="panel-body">
<div id="anual2017"></div>
</div>
</div>
</div>]]>
|
688
| <![CDATA[<div class="panel panel-default" style="margin-bottom: 30px;">
<script type="text/javascript">
$(function () {
$('#anual2016').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Relatório de Manifestações de 2016'
},
xAxis: {
type: 'category',
labels: {
rotation: -45,
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
},
yAxis: {
min: 0,
title: {
text: 'Quantidade'
}
},
// legend: {
// enabled: false
// },
tooltip: {
pointFormat: 'Quantidade: <b>{point.y:.1f}</b>'
},
plotOptions: {
column: {
dataLabels: {
enabled: true
}
}
},
series: [
{
name: "Quantidade",
data: [
{
name: "Pedido de Informação",
y: 5,
drilldown: "Pedido de Informação",
color:'#BC36FE'
},
]
}
],
});
});
</script>
<div class="panel-heading" role="tab" id="headingOne2016">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordionx" href="#collpase2016" aria-expanded="true" aria-controls="#collpase2016">
Relatório de 2016 por tipo de Manifestação
</a>
</h4>
</div>
<div id="collpase2016" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne2016">
<div class="panel-body">
<div id="anual2016"></div>
</div>
</div>
</div>]]>
|
758
| <![CDATA[<div class="panel panel-default" style="margin-bottom: 30px;">
<script type="text/javascript">
$(function () {
$('#anual2015').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Relatório de Manifestações de 2015'
},
xAxis: {
type: 'category',
labels: {
rotation: -45,
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
},
yAxis: {
min: 0,
title: {
text: 'Quantidade'
}
},
// legend: {
// enabled: false
// },
tooltip: {
pointFormat: 'Quantidade: <b>{point.y:.1f}</b>'
},
plotOptions: {
column: {
dataLabels: {
enabled: true
}
}
},
series: [
{
name: "Quantidade",
data: [
{
name: "Elogios",
y: 1,
drilldown: "Elogios",
color:'#E6D605'
},
]
}
],
});
});
</script>
<div class="panel-heading" role="tab" id="headingOne2015">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordionx" href="#collpase2015" aria-expanded="true" aria-controls="#collpase2015">
Relatório de 2015 por tipo de Manifestação
</a>
</h4>
</div>
<div id="collpase2015" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne2015">
<div class="panel-body">
<div id="anual2015"></div>
</div>
</div>
</div>]]>
|
828
| <![CDATA[<div class="panel panel-default" style="margin-bottom: 30px;">
<script type="text/javascript">
$(function () {
$('#anual2014').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Relatório de Manifestações de 2014'
},
xAxis: {
type: 'category',
labels: {
rotation: -45,
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
},
yAxis: {
min: 0,
title: {
text: 'Quantidade'
}
},
// legend: {
// enabled: false
// },
tooltip: {
pointFormat: 'Quantidade: <b>{point.y:.1f}</b>'
},
plotOptions: {
column: {
dataLabels: {
enabled: true
}
}
},
series: [
{
name: "Quantidade",
data: [
{
name: "Simples Consulta",
y: 2,
drilldown: "Simples Consulta",
color:'#3B97B2'
},
]
}
],
});
});
</script>
<div class="panel-heading" role="tab" id="headingOne2014">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordionx" href="#collpase2014" aria-expanded="true" aria-controls="#collpase2014">
Relatório de 2014 por tipo de Manifestação
</a>
</h4>
</div>
<div id="collpase2014" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne2014">
<div class="panel-body">
<div id="anual2014"></div>
</div>
</div>
</div>]]>
|
59
| <![CDATA[<script>
var $buoop = {
vs:{i:13,f:-2,o:-2,s:9,c:-2},
api:4,
reminder: 0,
// onshow: function(infos){
// alert("Informamos que o seu navegador se encontra desatualizado, você estara sendo redirecionaod para outro site com mais informações");
// setTimeout(function(){location.href="http://browser-update.org/pt/update.html#3", 5000} );
// },
url: "http://browser-update.org/pt/update.html#3",
noclose: true,
nomessage: false
};
function $buo_f(){
var e = document.createElement("script");
e.src = "js/update.browser.min.js";
document.body.appendChild(e);
};
try {
document.addEventListener("DOMContentLoaded", $buo_f,false)
}catch(e){
window.attachEvent("onload", $buo_f)
}
</script>]]>
|
273
| <![CDATA[<script type="text/javascript">
$(function () {
$('#geral').highcharts({
chart: {
type: 'column'
},
title: {
text: ''
},
subtitle: {
text: 'Ouvidoria'
},
xAxis: {
categories: [
[ '2014',],
[ '2015',],
[ '2016',],
[ '2017',],
[ '2018',],
[ '2019',],
[ '2020',],
],
crosshair: true
},
yAxis: {
min: 0,
title: {
text: 'Quantidade'
}
},
tooltip: {
headerFormat: '<span style="font-size:10px">{point.key}</span><table>',
pointFormat: '<tr><td style="color:{series.color};padding:0">{series.name}: </td>' +
'<td style="padding:0"><b>{point.y:.1f} </b></td></tr>',
footerFormat: '</table>',
shared: true,
useHTML: true
},
plotOptions: {
column: {
pointPadding: 0.2,
borderWidth: 0
}
},
series: [
{
name: 'Novo',
color: 'rgba(178,178,183)',
data: [
0,0,0,0,2,1,1, ]
},
{
name: 'Em análise',
color: 'rgb(22, 81, 184)',
data: [
0,0,0,0,0,0,0, ]
},
{
name: 'Encaminhado',
color: 'rgb(255, 225, 31)',
data: [
0,0,0,0,0,0,0, ]
},
{
name: 'Concluído',
color: 'rgb(22, 184, 62)',
data: [
2,1,5,2,17,0,0, ]
}]
});
});
</script>]]>
|
373
| <![CDATA[<script type="text/javascript">
$(function () {
$('#anual2020').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Relatório de Manifestações de 2020'
},
xAxis: {
type: 'category',
labels: {
rotation: -45,
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
},
yAxis: {
min: 0,
title: {
text: 'Quantidade'
}
},
// legend: {
// enabled: false
// },
tooltip: {
pointFormat: 'Quantidade: <b>{point.y:.1f}</b>'
},
plotOptions: {
column: {
dataLabels: {
enabled: true
}
}
},
series: [
{
name: "Quantidade",
data: [
{
name: "Solicitação",
y: 1,
drilldown: "Solicitação",
color:'#BC36FE'
},
]
}
],
});
});
</script>]]>
|
443
| <![CDATA[<script type="text/javascript">
$(function () {
$('#anual2019').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Relatório de Manifestações de 2019'
},
xAxis: {
type: 'category',
labels: {
rotation: -45,
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
},
yAxis: {
min: 0,
title: {
text: 'Quantidade'
}
},
// legend: {
// enabled: false
// },
tooltip: {
pointFormat: 'Quantidade: <b>{point.y:.1f}</b>'
},
plotOptions: {
column: {
dataLabels: {
enabled: true
}
}
},
series: [
{
name: "Quantidade",
data: [
{
name: "Solicitação",
y: 1,
drilldown: "Solicitação",
color:'#BC36FE'
},
]
}
],
});
});
</script>]]>
|
513
| <![CDATA[<script type="text/javascript">
$(function () {
$('#anual2018').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Relatório de Manifestações de 2018'
},
xAxis: {
type: 'category',
labels: {
rotation: -45,
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
},
yAxis: {
min: 0,
title: {
text: 'Quantidade'
}
},
// legend: {
// enabled: false
// },
tooltip: {
pointFormat: 'Quantidade: <b>{point.y:.1f}</b>'
},
plotOptions: {
column: {
dataLabels: {
enabled: true
}
}
},
series: [
{
name: "Quantidade",
data: [
{
name: "Denúncia",
y: 1,
drilldown: "Denúncia",
color:'#FF56DE'
},
{
name: "Dúvida",
y: 2,
drilldown: "Dúvida",
color:'#b2b2b7'
},
{
name: "Elogio",
y: 5,
drilldown: "Elogio",
color:'#E6D605'
},
{
name: "Reclamação",
y: 4,
drilldown: "Reclamação",
color:'#e03131'
},
{
name: "Solicitação",
y: 4,
drilldown: "Solicitação",
color:'#BC36FE'
},
{
name: "Sugestão",
y: 3,
drilldown: "Sugestão",
color:'#3b5bdb'
},
]
}
],
});
});
</script>]]>
|
613
| <![CDATA[<script type="text/javascript">
$(function () {
$('#anual2017').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Relatório de Manifestações de 2017'
},
xAxis: {
type: 'category',
labels: {
rotation: -45,
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
},
yAxis: {
min: 0,
title: {
text: 'Quantidade'
}
},
// legend: {
// enabled: false
// },
tooltip: {
pointFormat: 'Quantidade: <b>{point.y:.1f}</b>'
},
plotOptions: {
column: {
dataLabels: {
enabled: true
}
}
},
series: [
{
name: "Quantidade",
data: [
{
name: "Outros",
y: 1,
drilldown: "Outros",
color:'#f08c00'
},
{
name: "Solicitação",
y: 1,
drilldown: "Solicitação",
color:'#BC36FE'
},
]
}
],
});
});
</script>]]>
|
689
| <![CDATA[<script type="text/javascript">
$(function () {
$('#anual2016').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Relatório de Manifestações de 2016'
},
xAxis: {
type: 'category',
labels: {
rotation: -45,
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
},
yAxis: {
min: 0,
title: {
text: 'Quantidade'
}
},
// legend: {
// enabled: false
// },
tooltip: {
pointFormat: 'Quantidade: <b>{point.y:.1f}</b>'
},
plotOptions: {
column: {
dataLabels: {
enabled: true
}
}
},
series: [
{
name: "Quantidade",
data: [
{
name: "Pedido de Informação",
y: 5,
drilldown: "Pedido de Informação",
color:'#BC36FE'
},
]
}
],
});
});
</script>]]>
|
759
| <![CDATA[<script type="text/javascript">
$(function () {
$('#anual2015').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Relatório de Manifestações de 2015'
},
xAxis: {
type: 'category',
labels: {
rotation: -45,
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
},
yAxis: {
min: 0,
title: {
text: 'Quantidade'
}
},
// legend: {
// enabled: false
// },
tooltip: {
pointFormat: 'Quantidade: <b>{point.y:.1f}</b>'
},
plotOptions: {
column: {
dataLabels: {
enabled: true
}
}
},
series: [
{
name: "Quantidade",
data: [
{
name: "Elogios",
y: 1,
drilldown: "Elogios",
color:'#E6D605'
},
]
}
],
});
});
</script>]]>
|
829
| <![CDATA[<script type="text/javascript">
$(function () {
$('#anual2014').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Relatório de Manifestações de 2014'
},
xAxis: {
type: 'category',
labels: {
rotation: -45,
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
},
yAxis: {
min: 0,
title: {
text: 'Quantidade'
}
},
// legend: {
// enabled: false
// },
tooltip: {
pointFormat: 'Quantidade: <b>{point.y:.1f}</b>'
},
plotOptions: {
column: {
dataLabels: {
enabled: true
}
}
},
series: [
{
name: "Quantidade",
data: [
{
name: "Simples Consulta",
y: 2,
drilldown: "Simples Consulta",
color:'#3B97B2'
},
]
}
],
});
});
</script>]]>
|
0
| Não há código fonte a ser exibido.
|