This is an automated email from the ASF dual-hosted git repository.
christine pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new d62c37b Revert "Boxplot should not require a datetime column (#5096)"
(#7655)
d62c37b is described below
commit d62c37b8958fe89aa69df8f1d582460abef548d1
Author: Kim Truong <[email protected]>
AuthorDate: Wed Jun 5 15:05:26 2019 -0700
Revert "Boxplot should not require a datetime column (#5096)" (#7655)
This reverts commit 1ae000a26220c024f3f904d9049cfcd4b1e461e7.
---
superset/viz.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/viz.py b/superset/viz.py
index a6864d3..04464a6 100644
--- a/superset/viz.py
+++ b/superset/viz.py
@@ -856,7 +856,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 = ' - '