Skip to content

Commit

Permalink
chore(plugins): Description, Category and Tags for BigNumber with Per…
Browse files Browse the repository at this point in the history
…iod Time Comparison plugin (apache#27021)

Co-authored-by: yousoph <sophieyou12@gmail.com>
(cherry picked from commit 53daa1b)
  • Loading branch information
Antonio-RiveroMartnez authored and sadpandajoe committed Feb 12, 2024
1 parent d5083ab commit 240cb52
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});

Expand Down

0 comments on commit 240cb52

Please sign in to comment.