add 90th percentile amount, range, interquartile range, variance, and standard deviation to the value metrics in insights explorer

This commit is contained in:
MaysWind
2026-03-07 22:18:33 +08:00
parent 8e5202b375
commit d517a1862b
6 changed files with 55 additions and 15 deletions
+1 -1
View File
@@ -405,7 +405,7 @@ function getDisplayValue(value: number): string {
return formatAmountToLocalizedNumeralsWithCurrency(value, props.defaultCurrency);
}
return formatNumberToLocalizedNumerals(value);
return formatNumberToLocalizedNumerals(value, 2);
}
function clickItem(e: ECElementEvent): void {