This is an automated email from the ASF dual-hosted git repository.
kristw 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 45c8fcf fix: add flag for time series table (#9798)
45c8fcf is described below
commit 45c8fcfd9296dc2291a1507208cf56a6d2466a43
Author: Krist Wongsuphasawat <[email protected]>
AuthorDate: Wed May 13 13:27:43 2020 -0700
fix: add flag for time series table (#9798)
---
superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.js | 1 +
1 file changed, 1 insertion(+)
diff --git
a/superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.js
b/superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.js
index ee9cb1d..e8e50c6 100644
--- a/superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.js
+++ b/superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.js
@@ -25,6 +25,7 @@ const metadata = new ChartMetadata({
name: t('Time-series Table'),
description: '',
thumbnail,
+ useLegacyApi: true,
});
export default class TimeTableChartPlugin extends ChartPlugin {