mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: removing problematic "formattable" tag (#24207)
This commit is contained in:
@@ -38,7 +38,6 @@ const metadata = new ChartMetadata({
|
||||
tags: [
|
||||
t('Additive'),
|
||||
t('Business'),
|
||||
t('Formattable'),
|
||||
t('Legacy'),
|
||||
t('Percentages'),
|
||||
t('Popular'),
|
||||
|
||||
@@ -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'),
|
||||
|
||||
@@ -46,7 +46,6 @@ const metadata = new ChartMetadata({
|
||||
tags: [
|
||||
t('Additive'),
|
||||
t('Business'),
|
||||
t('Formattable'),
|
||||
t('Pattern'),
|
||||
t('Popular'),
|
||||
t('Report'),
|
||||
|
||||
Reference in New Issue
Block a user