Skip to content

Commit

Permalink
BigNumber with Time Comparison:
Browse files Browse the repository at this point in the history
- fix lint
  • Loading branch information
Antonio-RiveroMartnez committed Feb 5, 2024
1 parent 52319f3 commit a41ee5d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export default class PopKPIPlugin extends ChartPlugin {
*/
constructor() {
const metadata = new ChartMetadata({
description: 'Showcases a metric along with a comparison of value, change, and percent change for a selected time period.',
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'),
thumbnail,
});
Expand Down

0 comments on commit a41ee5d

Please sign in to comment.