Skip to content
Snippets Groups Projects
Verified Commit 9a99a274 authored by Ruben van Dijk's avatar Ruben van Dijk
Browse files

Change boolena labels.

parent 89e0eb08
Branches
No related tags found
No related merge requests found
Pipeline #13366 passed
......@@ -38,8 +38,8 @@ def extendIndex(item): #extend data
booleans = {
'raam': 420,
'ventilator': 2295,
'Raam open': 420,
'Ventilator aan': 2295,
}
fig = make_subplots(rows=len(booleans) + 1, cols=1, shared_xaxes=True)
co2_trace = go.Scatter(x=co2.index, y=co2.values, mode='lines', name='Co2')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment