Skip to content

Commit

Permalink
chore: three charts to the correct category (apache#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ authored and zhaoyongjie committed Nov 25, 2021
1 parent 4790871 commit 5593887
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ const metadata = new ChartMetadata({
{ url: employment, caption: t('Employment and education') },
],
name: t('Heatmap'),
tags: [t('Business'), t('Intensity'), t('Legacy'), t('Highly-used'), t('Predictive')],
tags: [
t('Business'),
t('Intensity'),
t('Legacy'),
t('Density'),
t('Predictive'),
t('Single Metric'),
],
thumbnail,
useLegacyApi: true,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@ const metadata = new ChartMetadata({
{ url: example2, description: t('Dark mode') },
],
name: t('MapBox'),
tags: [t('Legacy'), t('Highly-used')],
tags: [
t('Business'),
t('Intensity'),
t('Legacy'),
t('Density'),
t('Scatter'),
t('Transformable'),
],
thumbnail,
useLegacyApi: true,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ const metadata = new ChartMetadata({
),
exampleGallery: [{ url: example1 }, { url: example2 }],
name: t('Word Cloud'),
tags: [t('Aesthetic'), t('Categorical'), t('Comparison'), t('Highly-used'), t('Text')],
tags: [
t('Aesthetic'),
t('Categorical'),
t('Comparison'),
t('Description'),
t('Density'),
t('Single Metric'),
],
thumbnail,
});

Expand Down

0 comments on commit 5593887

Please sign in to comment.