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
2ddb8ca18e
commit
0101c7b07a
@ -341,6 +341,7 @@
|
||||
theme: 'light', legend: {
|
||||
useGraphSettings: true
|
||||
},
|
||||
color:'#ffffff',
|
||||
dataProvider: chartData,
|
||||
dataDateFormat: 'YYYY-MM-DDTHH:NN:SS.QQQ',
|
||||
synchronizeGrid: true,
|
||||
@ -369,13 +370,14 @@
|
||||
axisColor: '#ff0000',
|
||||
axisThickness: 2,
|
||||
axisAlpha: 1,
|
||||
offset: 50,
|
||||
position: 'right'
|
||||
}, {
|
||||
id: 'noise',
|
||||
axisColor: '#0000ff',
|
||||
axisThickness: 2,
|
||||
gridAlpha: 0,
|
||||
offset: 50,
|
||||
offset: 100,
|
||||
axisAlpha: 1,
|
||||
position: 'left'
|
||||
}],
|
||||
@ -386,13 +388,13 @@
|
||||
valueField: 'lux',
|
||||
fillAlphas: 0
|
||||
}, {
|
||||
valueAxis: 'v2',
|
||||
valueAxis: 'co2',
|
||||
lineColor: '#FCD202',
|
||||
title: 'Co2',
|
||||
valueField: 'co2',
|
||||
fillAlphas: 0
|
||||
}, {
|
||||
valueAxis: 'v3',
|
||||
valueAxis: 'temp',
|
||||
lineColor: '#B0DE09',
|
||||
title: 'Temperature',
|
||||
valueField: 'temp',
|
||||
|
Loading…
Reference in New Issue
Block a user