Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decimal percentage values that a less than 1 are displayed as 0% in the trim info. #2824

Open
manojVivek opened this issue Mar 22, 2023 · 0 comments

Comments

@manojVivek
Copy link
Contributor

          Probably a good follow-up. We show the percentage of trimmed values. However, with these changes, they are often below 1%. I've seen trimmed values make up from `0.3%` to `0.8%`. Looking at the implementation in the frontend, we use `new Intl.NumberFormat('en-US');` which doesn't support `toFixed(2)`.

cc @manojVivek
Screenshot from 2023-03-21 16-52-21

Originally posted by @metalmatze in #2815 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant