mirror of
https://gitlab.silvrtree.co.uk/martind2000/mdot_server.git
synced 2025-02-04 08:50:13 +00:00
further graph work
This commit is contained in:
parent
94bed66a64
commit
2ddb8ca18e
@ -382,45 +382,30 @@
|
||||
graphs: [{
|
||||
valueAxis: 'lux',
|
||||
lineColor: '#FF6600',
|
||||
bullet: 'round',
|
||||
bulletBorderThickness: 1,
|
||||
hideBulletsCount: 30,
|
||||
title: 'Light Level',
|
||||
valueField: 'lux',
|
||||
fillAlphas: 0
|
||||
}, {
|
||||
valueAxis: 'v2',
|
||||
lineColor: '#FCD202',
|
||||
bullet: 'square',
|
||||
bulletBorderThickness: 1,
|
||||
hideBulletsCount: 30,
|
||||
title: 'Co2',
|
||||
valueField: 'co2',
|
||||
fillAlphas: 0
|
||||
}, {
|
||||
valueAxis: 'v3',
|
||||
lineColor: '#B0DE09',
|
||||
bullet: 'triangleUp',
|
||||
bulletBorderThickness: 1,
|
||||
hideBulletsCount: 30,
|
||||
title: 'Temperature',
|
||||
valueField: 'temp',
|
||||
fillAlphas: 0
|
||||
},{
|
||||
valueAxis: 'humid',
|
||||
lineColor: '#ff0000',
|
||||
bullet: 'triangleUp',
|
||||
bulletBorderThickness: 1,
|
||||
hideBulletsCount: 30,
|
||||
title: 'Humidity',
|
||||
valueField: 'humid',
|
||||
fillAlphas: 0
|
||||
},{
|
||||
valueAxis: 'noise',
|
||||
lineColor: '#0000ff',
|
||||
bullet: 'triangleUp',
|
||||
bulletBorderThickness: 1,
|
||||
hideBulletsCount: 30,
|
||||
title: 'Sound',
|
||||
valueField: 'noise',
|
||||
fillAlphas: 0
|
||||
|
Loading…
Reference in New Issue
Block a user