Skip to content

Commit

Permalink
agora sim finalizado
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiSousa2910 committed May 25, 2024
1 parent 1c1683d commit f538056
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions public/dashboard/dashboard1.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
}

let pontosCC = [];
let qntAzul = [];
let qntLaranja = [];
let qntAmarelo = [];
let qntRoxo = [];
Expand All @@ -111,7 +110,6 @@
// Adiciona a data e hora do registro aos labels
// Adiciona a umidade e a temperatura aos dados
pontosCC.push(resposta[i].pontosCC);
qntAzul.push(resposta[i].qntAzul);
qntLaranja.push(resposta[i].qntLaranja);
qntAmarelo.push(resposta[i].qntAmarelo);
qntRoxo.push(resposta[i].qntRoxo);
Expand Down Expand Up @@ -160,15 +158,6 @@
tension: 0.1,
borderWidth: 5
},
{
label: 'Azuis',
data: qntAzul,
fill: false,
borderColor: 'lightblue',
backgroundColor: 'lightblue',
tension: 0.1,
borderWidth: 5
},
{
label: 'Laranjas',
data: qntLaranja,
Expand Down

0 comments on commit f538056

Please sign in to comment.