Skip to content

Commit

Permalink
Merge pull request #41 from lyft/merge_apache_d62c37b
Browse files Browse the repository at this point in the history
Merge apache d62c37b
  • Loading branch information
khtruong committed Jun 6, 2019
2 parents 8ae173c + e00c7aa commit 7cc86bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/viz.py
Expand Up @@ -858,7 +858,7 @@ class BoxPlotViz(NVD3Viz):
viz_type = 'box_plot'
verbose_name = _('Box Plot')
sort_series = False
is_timeseries = False
is_timeseries = True

def to_series(self, df, classed='', title_suffix=''):
label_sep = ' - '
Expand Down

0 comments on commit 7cc86bd

Please sign in to comment.