From ee73b6fd1205adf75e824d771aa8c9b7c3f24d89 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 6 Jan 2016 14:13:34 -0800 Subject: [PATCH] Changing the time range selector default to False --- panoramix/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panoramix/forms.py b/panoramix/forms.py index d4cd8a3ad9198..d95ee8b192a74 100644 --- a/panoramix/forms.py +++ b/panoramix/forms.py @@ -336,7 +336,7 @@ def __init__(self, viz): default="150", description="Font size for the biggest value in the list"), 'show_brush': BetterBooleanField( - "Range Filter", default=True, + "Range Filter", default=False, description=( "Whether to display the time range interactive selector")), 'include_search': BetterBooleanField(