Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
chore: three charts to the correct category (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ authored Jul 24, 2021
1 parent 627985e commit 1f8ebac
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
9 changes: 8 additions & 1 deletion plugins/legacy-plugin-chart-heatmap/src/index.js
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
9 changes: 8 additions & 1 deletion plugins/legacy-plugin-chart-map-box/src/index.js
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
9 changes: 8 additions & 1 deletion plugins/plugin-chart-word-cloud/src/plugin/index.ts
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

1 comment on commit 1f8ebac

@vercel
Copy link

@vercel vercel bot commented on 1f8ebac Jul 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.