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:
Evan Rusackas
2022-01-07 08:12:33 -07:00
committed by GitHub
parent 2ae29c9281
commit 2098898b31
3 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -38,6 +38,7 @@ const metadata = new ChartMetadata({
name: t('Bar Chart'),
tags: [
t('Additive'),
t('Bar'),
t('Categorical'),
t('Comparison'),
t('Discrete'),

View File

@@ -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,
});