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

Option to state the number of decimal places displayed for Value #152

Open
BobEntwistle opened this issue Jun 29, 2024 · 0 comments
Open

Comments

@BobEntwistle
Copy link

Would it be possible to include the ability to state the number of decimal places of the value displayed?

Reason: I have constantly changing (real-time) values which cause the number to jump around when the number of decimal places change.

Suggestion: I saw this being similar to displaying the value finally as value.toFixed(decimalPlaces) where the decimalPlaces is provided as an option. However, this will result in the final value being a String which I haven't looked at the implications of.

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