display all data in statistics & analysis and hide percentages with values below zero
This commit is contained in:
@@ -396,7 +396,7 @@ function getItemName(name: string): string {
|
||||
|
||||
function getDisplayValue(value: number): string {
|
||||
if (props.oneHundredPercentStacked) {
|
||||
return formatPercentToLocalizedNumerals(value, 2, '<0.01');
|
||||
return formatPercentToLocalizedNumerals(value, 2, '<0.01');
|
||||
}
|
||||
|
||||
if (props.amountValue) {
|
||||
|
||||
Reference in New Issue
Block a user