You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2021/08/12 19:39:40 UTC

[superset] branch remove-AA-tag-for-2-charts updated: removing AA tag from TimeTableChartPlugin

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch remove-AA-tag-for-2-charts
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/remove-AA-tag-for-2-charts by this push:
     new a906f72  removing AA tag from TimeTableChartPlugin
a906f72 is described below

commit a906f72e9cd02bddbf10abdab415d526935d196e
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Thu Aug 12 13:36:52 2021 -0600

    removing AA tag from TimeTableChartPlugin
---
 superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.js b/superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.js
index 6e070ae..9604439 100644
--- a/superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.js
+++ b/superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.js
@@ -27,7 +27,6 @@ const metadata = new ChartMetadata({
     'Compare multiple time series charts (as sparklines) and related metrics quickly.',
   ),
   tags: [
-    t('Advanced-Analytics'),
     t('Multi-Variables'),
     t('Comparison'),
     t('Legacy'),