Skip to content

Commit

Permalink
Changing the time range selector default to False
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 6, 2016
1 parent cd1258d commit ee73b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/forms.py
Expand Up @@ -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(
Expand Down

0 comments on commit ee73b6f

Please sign in to comment.