Skip to content

Commit

Permalink
chore: only keey Distribution category (apache#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ authored and zhaoyongjie committed Nov 25, 2021
1 parent 423f9b5 commit 293cd42
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const metadata = new ChartMetadata({
tags: [
t('Categorical'),
t('Directional'),
t('Distribution'),
t('Legacy'),
t('Percentages'),
t('Proportional'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,7 @@ const metadata = new ChartMetadata({
),
exampleGallery: [{ url: example1 }, { url: example2 }, { url: example3 }, { url: example4 }],
name: t('Treemap'),
tags: [
t('Categorical'),
t('Distribution'),
t('Legacy'),
t('Multi-Levels'),
t('Percentages'),
t('Proportional'),
],
tags: [t('Categorical'), t('Legacy'), t('Multi-Levels'), t('Percentages'), t('Proportional')],
thumbnail,
useLegacyApi: true,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const metadata = new ChartMetadata({
t('Categorical'),
t('Comparison'),
t('Discrete'),
t('Distribution'),
t('Legacy'),
t('Percentages'),
t('Highly-used'),
Expand Down

0 comments on commit 293cd42

Please sign in to comment.