Changing default for time_compare to empty

This commit is contained in:
Maxime Beauchemin 2015-10-05 09:46:49 -07:00
parent 096f6977c4
commit a0332823ff
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class FormFactory(object):
"this is relative to the granularity selected")),
'time_compare': TextField(
"Time Shift Compare",
default="1 week ago",
default="",
description=(
"Overlay a timeseries from a "
"relative time period. Expects relative time delta "