feature(dashboard): add new retention chart type
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
e2065da16e
commit
f977c5454a
@@ -13,9 +13,7 @@ export const formatNumber =
|
||||
if (isNil(value)) {
|
||||
return 'N/A';
|
||||
}
|
||||
return new Intl.NumberFormat(locale, {
|
||||
maximumSignificantDigits: 3,
|
||||
}).format(value);
|
||||
return new Intl.NumberFormat(locale).format(value);
|
||||
};
|
||||
|
||||
export const shortNumber =
|
||||
|
||||
Reference in New Issue
Block a user