added visualisation

This commit is contained in:
Daniel Ledda
2020-11-05 00:43:19 +01:00
parent fe0b1415fd
commit 2d0ddb0bd4

View File

@@ -65,8 +65,8 @@
id: 'y-axis-1',
ticks: {
fontColor: co2Color,
min: 300,
max: 1200,
min: 400,
max: 1100,
},
}, {
type: 'linear',
@@ -75,8 +75,8 @@
id: 'y-axis-2',
ticks: {
fontColor: tempColor,
min: 5,
max: 40,
min: 10,
max: 35,
},
gridLines: {
drawOnChartArea: false,
@@ -88,8 +88,8 @@
id: 'y-axis-3',
ticks: {
fontColor: humidityColor,
min: 0,
max: 100,
min: 15,
max: 85,
},
gridLines: {
drawOnChartArea: false,