Skip to content

Commit

Permalink
feat: added Highly-used tag (apache#1229)
Browse files Browse the repository at this point in the history
* feat:

add Popular tag

* feat: add Highly-used tag

* wip

* wip

Co-authored-by: Yongjie Zhao <yongjie.zhao@gmail.com>
  • Loading branch information
xiezhongfu and zhaoyongjie committed Nov 25, 2021
1 parent 95dded0 commit 8606039
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const metadata = new ChartMetadata({
{ url: example2, description: t('Dark mode') },
],
name: t('MapBox'),
tags: [t('Legacy')],
tags: [t('Legacy'), t('Highly-used')],
thumbnail,
useLegacyApi: true,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const metadata = new ChartMetadata({
t('Multi-Layers'),
t('Multi-Variables'),
t('Scatter'),
t('Highly-used'),
],
thumbnail,
useLegacyApi: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const metadata = new ChartMetadata({
t('Time'),
t('Trend'),
t('nvd3'),
t('Highly-used'),
],
thumbnail,
useLegacyApi: true,
Expand Down

0 comments on commit 8606039

Please sign in to comment.