Changing default for time_compare to empty
This commit is contained in:
parent
096f6977c4
commit
a0332823ff
|
|
@ -180,7 +180,7 @@ class FormFactory(object):
|
||||||
"this is relative to the granularity selected")),
|
"this is relative to the granularity selected")),
|
||||||
'time_compare': TextField(
|
'time_compare': TextField(
|
||||||
"Time Shift Compare",
|
"Time Shift Compare",
|
||||||
default="1 week ago",
|
default="",
|
||||||
description=(
|
description=(
|
||||||
"Overlay a timeseries from a "
|
"Overlay a timeseries from a "
|
||||||
"relative time period. Expects relative time delta "
|
"relative time period. Expects relative time delta "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue