Remove fill for temperature graph

This commit is contained in:
Pavol Gazda 2023-01-05 21:43:54 +01:00 committed by Christopher Charbonneau Wells
parent a81d68ffdb
commit 1784696715
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ def temperature_change(objects):
name=_("Temperature"),
x=list(objects.values_list("time", flat=True)),
y=list(objects.values_list("temperature", flat=True)),
fill="tozeroy",
)
layout_args = utils.default_graph_layout_options()