added visualisation
This commit is contained in:
12
charts.html
12
charts.html
@@ -65,8 +65,8 @@
|
|||||||
id: 'y-axis-1',
|
id: 'y-axis-1',
|
||||||
ticks: {
|
ticks: {
|
||||||
fontColor: co2Color,
|
fontColor: co2Color,
|
||||||
min: 300,
|
min: 400,
|
||||||
max: 1200,
|
max: 1100,
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
type: 'linear',
|
type: 'linear',
|
||||||
@@ -75,8 +75,8 @@
|
|||||||
id: 'y-axis-2',
|
id: 'y-axis-2',
|
||||||
ticks: {
|
ticks: {
|
||||||
fontColor: tempColor,
|
fontColor: tempColor,
|
||||||
min: 5,
|
min: 10,
|
||||||
max: 40,
|
max: 35,
|
||||||
},
|
},
|
||||||
gridLines: {
|
gridLines: {
|
||||||
drawOnChartArea: false,
|
drawOnChartArea: false,
|
||||||
@@ -88,8 +88,8 @@
|
|||||||
id: 'y-axis-3',
|
id: 'y-axis-3',
|
||||||
ticks: {
|
ticks: {
|
||||||
fontColor: humidityColor,
|
fontColor: humidityColor,
|
||||||
min: 0,
|
min: 15,
|
||||||
max: 100,
|
max: 85,
|
||||||
},
|
},
|
||||||
gridLines: {
|
gridLines: {
|
||||||
drawOnChartArea: false,
|
drawOnChartArea: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user