feat(viz picker): Remove some tags, refactor Recommended section (#27708)

This commit is contained in:
Kamil Gabryjelski
2024-04-03 14:04:42 +02:00
committed by GitHub
parent d318df96ae
commit c3149994ac
39 changed files with 58 additions and 101 deletions

View File

@@ -37,14 +37,7 @@ const metadata = new ChartMetadata({
),
exampleGallery: [{ url: example1 }, { url: example2 }],
name: t('Word Cloud'),
tags: [
t('Aesthetic'),
t('Categorical'),
t('Comparison'),
t('Description'),
t('Density'),
t('Single Metric'),
],
tags: [t('Categorical'), t('Comparison'), t('Density'), t('Single Metric')],
thumbnail,
});