chore: add Highly-used tag for charts (#36)

This commit is contained in:
Yongjie Zhao 2021-07-20 10:26:39 +01:00
parent 4a9cc528dd
commit aae89276a3
3 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ logs/
.cache
.eslintcache
.idea
*.iml
.npm
.vscode
.yarnclean

View File

@ -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 {

View File

@ -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 {