mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(viz picker): Remove some tags, refactor Recommended section (#27708)
This commit is contained in:
committed by
GitHub
parent
d318df96ae
commit
c3149994ac
@@ -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,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user