diff --git a/superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts b/superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts index 2ea1b94bdb..39ce12aa3c 100644 --- a/superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts +++ b/superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts @@ -35,8 +35,17 @@ export default class PopKPIPlugin extends ChartPlugin { */ constructor() { const metadata = new ChartMetadata({ - description: 'KPI viz for comparing multiple period', + category: t('KPI'), + description: + 'Showcases a metric along with a comparison of value, change, and percent change for a selected time period.', name: t('Big Number with Time Period Comparison'), + tags: [ + t('Comparison'), + t('Business'), + t('Percentages'), + t('Report'), + t('Description'), + ], thumbnail, });