You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thedecimalPlaces
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.The text was updated successfully, but these errors were encountered: