mirror of https://github.com/snachodog/mybuddy.git
Remove fill for temperature graph
This commit is contained in:
parent
a81d68ffdb
commit
1784696715
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue