further graph work

This commit is contained in:
Martin Donnelly 2016-08-17 13:33:15 +01:00
parent 0101c7b07a
commit e6a26e642d

View File

@ -353,13 +353,13 @@
position: 'left'
}, {
id: 'co2',
axisColor: '#FCD202',
axisColor: 'rgba(255,0,99,1)',
axisThickness: 2,
axisAlpha: 1,
position: 'right'
}, {
id: 'temp',
axisColor: '#B0DE09',
axisColor: 'rgba(46,255,0,1)',
axisThickness: 2,
gridAlpha: 0,
offset: 50,
@ -367,14 +367,14 @@
position: 'left'
}, {
id: 'humid',
axisColor: '#ff0000',
axisColor: 'rgba(0,191,255,1)',
axisThickness: 2,
axisAlpha: 1,
offset: 50,
position: 'right'
}, {
id: 'noise',
axisColor: '#0000ff',
axisColor: 'rgb(99, 157, 189)',
axisThickness: 2,
gridAlpha: 0,
offset: 100,
@ -389,25 +389,25 @@
fillAlphas: 0
}, {
valueAxis: 'co2',
lineColor: '#FCD202',
lineColor: 'rgba(255,0,99,1)',
title: 'Co2',
valueField: 'co2',
fillAlphas: 0
}, {
valueAxis: 'temp',
lineColor: '#B0DE09',
lineColor: 'rgba(46,255,0,1)',
title: 'Temperature',
valueField: 'temp',
fillAlphas: 0
},{
valueAxis: 'humid',
lineColor: '#ff0000',
lineColor: 'rgba(0,191,255,1)',
title: 'Humidity',
valueField: 'humid',
fillAlphas: 0
},{
valueAxis: 'noise',
lineColor: '#0000ff',
lineColor: 'rgb(99, 157, 189)',
title: 'Sound',
valueField: 'noise',
fillAlphas: 0