Skip to content

Commit

Permalink
Set BoxPlotViz to is_timeseries=False (#802)
Browse files Browse the repository at this point in the history
Fixes #786
  • Loading branch information
mistercrunch committed Jul 22, 2016
1 parent e813726 commit 9cdd289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/viz.py
Expand Up @@ -692,7 +692,7 @@ class BoxPlotViz(NVD3Viz):
viz_type = "box_plot"
verbose_name = _("Box Plot")
sort_series = False
is_timeseries = True
is_timeseries = False
fieldsets = ({
'label': None,
'fields': (
Expand Down

0 comments on commit 9cdd289

Please sign in to comment.