diff --git a/superset/viz.py b/superset/viz.py index 9661e238f84..a9e3f93e4dc 100644 --- a/superset/viz.py +++ b/superset/viz.py @@ -853,7 +853,7 @@ class BoxPlotViz(NVD3Viz): viz_type = 'box_plot' verbose_name = _('Box Plot') sort_series = False - is_timeseries = True + is_timeseries = False def to_series(self, df, classed='', title_suffix=''): label_sep = ' - '