chore(plugins): Description, Category and Tags for BigNumber with Period Time Comparison plugin (#27021)

Co-authored-by: yousoph <sophieyou12@gmail.com>
This commit is contained in:
Antonio Rivero 2024-02-06 12:34:47 +01:00 committed by GitHub
parent e792460baf
commit 53daa1b13f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 1 deletions

View File

@ -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,
});