Fix grafico stepped
This commit is contained in:
@@ -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
|
||||
}]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user