Skip to content

Commit

Permalink
chore: add Highly-used tag for charts (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Nov 30, 2021
1 parent 4a9cc52 commit aae8927
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ logs/
.cache
.eslintcache
.idea
*.iml
.npm
.vscode
.yarnclean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const metadata = new ChartMetadata({
name: t('deck.gl Scatterplot'),
thumbnail,
useLegacyApi: true,
tags: [t('Highly-used')],
});

export default class ScatterChartPlugin extends ChartPlugin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const metadata = new ChartMetadata({
name: t('deck.gl Screen Grid'),
thumbnail,
useLegacyApi: true,
tags: [t('Highly-used')],
});

export default class ScreengridChartPlugin extends ChartPlugin {
Expand Down

0 comments on commit aae8927

Please sign in to comment.