Boxplot should not require a datetime column (#5096)

See https://github.com/apache/incubator-superset/issues/2222
This commit is contained in:
Axel Mathéi
2019-05-21 07:14:23 +02:00
committed by Maxime Beauchemin
parent 74704f68c7
commit 1ae000a262

View File

@@ -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 = ' - '