mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Boxplot should not require a datetime column (#5096)
See https://github.com/apache/incubator-superset/issues/2222
This commit is contained in:
committed by
Maxime Beauchemin
parent
74704f68c7
commit
1ae000a262
@@ -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 = ' - '
|
||||
|
||||
Reference in New Issue
Block a user