Set BoxPlotViz to is_timeseries=False (#802)

Fixes #786
This commit is contained in:
Maxime Beauchemin 2016-07-21 17:52:29 -07:00 committed by GitHub
parent e813726afb
commit 9cdd289081

View File

@ -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': (