Fixed change labels display.

This commit is contained in:
Mike Cao 2024-06-05 15:09:33 -07:00
parent 6c79175077
commit 9abb201d86
2 changed files with 7 additions and 6 deletions

View file

@ -62,7 +62,7 @@ export function WebsiteMetricsBar({
change:
(Math.min(visitors.value, bounces.value) / visitors.value) * 100 -
(Math.min(visitors.prev, bounces.prev) / visitors.prev) * 100,
formatValue: n => Number(n).toFixed(0) + '%',
formatValue: n => Math.round(+n) + '%',
reverseColors: true,
},
{