Update
This commit is contained in:
parent
1edd2bd90b
commit
736306972b
BIN
site/Layout/Site layout.sketch
Normal file
BIN
site/Layout/Site layout.sketch
Normal file
Binary file not shown.
@ -35,7 +35,6 @@ function createGraph() {
|
||||
y: temperatures,
|
||||
x: formatted_datetimes,
|
||||
text: "trace.text variable",
|
||||
name: "Air temperature",
|
||||
marker: {
|
||||
color: '#00FFFF',
|
||||
line: {
|
||||
@ -50,14 +49,26 @@ function createGraph() {
|
||||
font: { size: 18, color: '#AAAAAA' },
|
||||
paper_bgcolor: '#111111',
|
||||
plot_bgcolor: '#111111',
|
||||
title: {
|
||||
text: "Air tempereature",
|
||||
font: {
|
||||
color: '#FFFFFF'
|
||||
},
|
||||
},
|
||||
xaxis: {
|
||||
title: {
|
||||
text: 'Date'
|
||||
text: 'Date',
|
||||
font: {
|
||||
color: '#FFFFFF'
|
||||
}
|
||||
}
|
||||
},
|
||||
yaxis: {
|
||||
title: {
|
||||
text: 'Temperature in deg C'
|
||||
text: 'Temperature in ºC',
|
||||
font: {
|
||||
color: '#FFFFFF'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user