Fix grafico stepped

This commit is contained in:
Samuele E. Locatelli
2020-09-03 19:37:16 +02:00
parent a39e83ac8d
commit 8efedd84f8
+3 -3
View File
@@ -54,9 +54,9 @@
type: 'line',
data: {
datasets: [{
//backgroundColor: 'rgb(180,180,180)',
borderColor: 'rgb(90, 150, 210)',
borderColor: 'rgb(7, 173, 236)',
lineTension: 0,
steppedLine: true,
label: 'Temperatura Rilevata',
data: dataTS
}]
@@ -109,7 +109,7 @@
labels: barLabels,
datasets: [{
label: 'Freq. Osservate',
backgroundColor: 'rgb(90, 150, 210)',
backgroundColor: 'rgb(7, 173, 236)',
data: barVal
}]
},