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,
|
y: temperatures,
|
||||||
x: formatted_datetimes,
|
x: formatted_datetimes,
|
||||||
text: "trace.text variable",
|
text: "trace.text variable",
|
||||||
name: "Air temperature",
|
|
||||||
marker: {
|
marker: {
|
||||||
color: '#00FFFF',
|
color: '#00FFFF',
|
||||||
line: {
|
line: {
|
||||||
@ -50,14 +49,26 @@ function createGraph() {
|
|||||||
font: { size: 18, color: '#AAAAAA' },
|
font: { size: 18, color: '#AAAAAA' },
|
||||||
paper_bgcolor: '#111111',
|
paper_bgcolor: '#111111',
|
||||||
plot_bgcolor: '#111111',
|
plot_bgcolor: '#111111',
|
||||||
|
title: {
|
||||||
|
text: "Air tempereature",
|
||||||
|
font: {
|
||||||
|
color: '#FFFFFF'
|
||||||
|
},
|
||||||
|
},
|
||||||
xaxis: {
|
xaxis: {
|
||||||
title: {
|
title: {
|
||||||
text: 'Date'
|
text: 'Date',
|
||||||
|
font: {
|
||||||
|
color: '#FFFFFF'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
yaxis: {
|
yaxis: {
|
||||||
title: {
|
title: {
|
||||||
text: 'Temperature in deg C'
|
text: 'Temperature in ºC',
|
||||||
|
font: {
|
||||||
|
color: '#FFFFFF'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user