fix: removing problematic "formattable" tag (#24207)
This commit is contained in:
parent
85b3401be8
commit
cc68d626bc
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue