We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using version - '1.4.0-alpha.0'
let formatter = Globalize.numberFormatter({ compact: short, maximumSignificantDigits: 3, minimumSignificantDigits: 1 }); formatter(-230); //-0.23K . Expected => -230 formatter(-230000); //-0.23M . Expected => -230K formatter(-230130000); //-0.23B . Expected => -230M formatter(-230000000000); //-0.23T . Expected => -230B
The text was updated successfully, but these errors were encountered:
Thank you for reporting this
Sorry, something went wrong.
Number: Negative number compact formatting
e03cd46
Fixes: globalizejs#805
a5c3955
Fixes globalizejs#805
4dc032a
a83ca38
Fixes #805
No branches or pull requests
Using version - '1.4.0-alpha.0'
The text was updated successfully, but these errors were encountered: