mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat(viz picker): Remove some tags, refactor Recommended section (#27708)
This commit is contained in:
committed by
GitHub
parent
d318df96ae
commit
c3149994ac
@@ -31,7 +31,7 @@ const metadata = new ChartMetadata({
|
||||
),
|
||||
exampleGallery: [{ url: example1 }, { url: example2 }],
|
||||
name: t('Parallel Coordinates'),
|
||||
tags: [t('Coordinates'), t('Directional'), t('Legacy'), t('Relational')],
|
||||
tags: [t('Directional'), t('Legacy'), t('Relational')],
|
||||
thumbnail,
|
||||
useLegacyApi: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user