Skip to content

Commit

Permalink
chore: Adding more viz category mappings for viz picker (apache#17956)
Browse files Browse the repository at this point in the history
* Tagging two Bar charts

* tagging two more nvd3 bar charts
  • Loading branch information
rusackas authored and bwang221 committed Feb 10, 2022
1 parent 87b926b commit 690561c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ 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'),
t('Vertical'),
t('Percentages'),
t('Proportional'),
t('Advanced-Analytics'),
t('nvd3'),
],
thumbnail,
useLegacyApi: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const metadata = new ChartMetadata({
name: t('Bar Chart'),
tags: [
t('Additive'),
t('Bar'),
t('Categorical'),
t('Comparison'),
t('Discrete'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit 690561c

Please sign in to comment.