mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
format
This commit is contained in:
parent
bb4862a6f7
commit
c5ccd53228
6 changed files with 19 additions and 19 deletions
|
|
@ -97,7 +97,7 @@ const AnimatedRow = ({ label, value = 0, percent, change, animate, showPercentag
|
|||
<div className={styles.value}>
|
||||
{change}
|
||||
<animated.div className={styles.value} title={props?.y as any}>
|
||||
{props.y?.to((n: number) => intl.formatNumber(+n, formatLongNumberOptions(+n)))}
|
||||
{props.y?.to((n: number) => intl.formatNumber(n, formatLongNumberOptions(n)))}
|
||||
</animated.div>
|
||||
</div>
|
||||
{showPercentage && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue