mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +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'),
|
||||
|
||||
Reference in New Issue
Block a user