mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: Adding more viz category mappings for viz picker (#17956)
* Tagging two Bar charts * tagging two more nvd3 bar charts
This commit is contained in:
@@ -35,6 +35,7 @@ const metadata = new ChartMetadata({
|
||||
name: t('Time-series Bar Chart'),
|
||||
supportedAnnotationTypes: [ANNOTATION_TYPES.INTERVAL, ANNOTATION_TYPES.EVENT],
|
||||
tags: [
|
||||
t('Bar'),
|
||||
t('Time'),
|
||||
t('Trend'),
|
||||
t('Stacked'),
|
||||
@@ -42,6 +43,7 @@ const metadata = new ChartMetadata({
|
||||
t('Percentages'),
|
||||
t('Proportional'),
|
||||
t('Advanced-Analytics'),
|
||||
t('nvd3'),
|
||||
],
|
||||
thumbnail,
|
||||
useLegacyApi: true,
|
||||
|
||||
@@ -38,6 +38,7 @@ const metadata = new ChartMetadata({
|
||||
name: t('Bar Chart'),
|
||||
tags: [
|
||||
t('Additive'),
|
||||
t('Bar'),
|
||||
t('Categorical'),
|
||||
t('Comparison'),
|
||||
t('Discrete'),
|
||||
|
||||
@@ -28,7 +28,7 @@ const metadata = new ChartMetadata({
|
||||
'Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.',
|
||||
),
|
||||
name: t('Dual Line Chart'),
|
||||
tags: [t('Legacy')],
|
||||
tags: [t('Legacy'), t('nvd3')],
|
||||
thumbnail,
|
||||
useLegacyApi: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user