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 .cache
.eslintcache .eslintcache
.idea .idea
*.iml
.npm .npm
.vscode .vscode
.yarnclean .yarnclean

View File

@ -27,6 +27,7 @@ const metadata = new ChartMetadata({
name: t('deck.gl Scatterplot'), name: t('deck.gl Scatterplot'),
thumbnail, thumbnail,
useLegacyApi: true, useLegacyApi: true,
tags: [t('Highly-used')],
}); });
export default class ScatterChartPlugin extends ChartPlugin { export default class ScatterChartPlugin extends ChartPlugin {

View File

@ -27,6 +27,7 @@ const metadata = new ChartMetadata({
name: t('deck.gl Screen Grid'), name: t('deck.gl Screen Grid'),
thumbnail, thumbnail,
useLegacyApi: true, useLegacyApi: true,
tags: [t('Highly-used')],
}); });
export default class ScreengridChartPlugin extends ChartPlugin { export default class ScreengridChartPlugin extends ChartPlugin {