From a0332823ff35472c7103fa6816b2c088c13ea1cd Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 5 Oct 2015 09:46:49 -0700 Subject: [PATCH] Changing default for time_compare to empty --- panoramix/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panoramix/forms.py b/panoramix/forms.py index 4a0d3ffa1..072103777 100644 --- a/panoramix/forms.py +++ b/panoramix/forms.py @@ -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 "