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

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new cc68d626bc fix: removing problematic "formattable" tag (#24207)
cc68d626bc is described below

commit cc68d626bce46d1dcb8e8ee97f19919774c1ab86
Author: Evan Rusackas <[email protected]>
AuthorDate: Fri May 26 14:04:10 2023 -0600

    fix: removing problematic "formattable" tag (#24207)
---
 .../plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts   | 1 -
 .../plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts   | 1 -
 superset-frontend/plugins/plugin-chart-table/src/index.ts                | 1 -
 3 files changed, 3 deletions(-)

diff --git 
a/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts
 
b/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts
index 75401411a8..a31a94b507 100644
--- 
a/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts
+++ 
b/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts
@@ -38,7 +38,6 @@ const metadata = new ChartMetadata({
   tags: [
     t('Additive'),
     t('Business'),
-    t('Formattable'),
     t('Legacy'),
     t('Percentages'),
     t('Popular'),
diff --git 
a/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts
 
b/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts
index 8cd1d2d288..a8c2741532 100644
--- 
a/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts
+++ 
b/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts
@@ -36,7 +36,6 @@ const metadata = new ChartMetadata({
   name: t('Big Number with Trendline'),
   tags: [
     t('Advanced-Analytics'),
-    t('Formattable'),
     t('Line'),
     t('Percentages'),
     t('Popular'),
diff --git a/superset-frontend/plugins/plugin-chart-table/src/index.ts 
b/superset-frontend/plugins/plugin-chart-table/src/index.ts
index f6ce3b484e..3d7b1dcea7 100644
--- a/superset-frontend/plugins/plugin-chart-table/src/index.ts
+++ b/superset-frontend/plugins/plugin-chart-table/src/index.ts
@@ -46,7 +46,6 @@ const metadata = new ChartMetadata({
   tags: [
     t('Additive'),
     t('Business'),
-    t('Formattable'),
     t('Pattern'),
     t('Popular'),
     t('Report'),

Reply via email to