fix: removing problematic "formattable" tag (#24207)

This commit is contained in:
Evan Rusackas 2023-05-26 14:04:10 -06:00 committed by GitHub
parent 85b3401be8
commit cc68d626bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -38,7 +38,6 @@ const metadata = new ChartMetadata({
tags: [
t('Additive'),
t('Business'),
t('Formattable'),
t('Legacy'),
t('Percentages'),
t('Popular'),

View File

@ -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'),

View File

@ -46,7 +46,6 @@ const metadata = new ChartMetadata({
tags: [
t('Additive'),
t('Business'),
t('Formattable'),
t('Pattern'),
t('Popular'),
t('Report'),