-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Counter visualization: formatting not applied to target value #4035
Conversation
@susodapop You're welcome to test the fix as well 🙇♂️ |
@@ -1,5 +1,5 @@ | |||
import numberFormat from 'underscore.string/numberFormat'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Damn @susodapop you don't got Roboto on your system. Until we fix it, can you install it on your OS (for the vids)? |
@ranbena You are way better at spotting fonts than I am! I downloaded Roboto to my system. Previous to that the counter was rendered in San Francisco. |
What type of PR is this? (check all applicable)
Description
Refactor:
underscore.string/numberFormat
withnumeral
and removedunderscore.string
dependency - it was the only file that used it;number
filter withnumeral
(for consistency and to simplify future React migration); addedtooltipFormat
options that currently just matchesnumber
filter behavior; added TODO to implement this option in editor.Related Tickets & Documents
Fixes #4031
Mobile & Desktop Screenshots/Recordings (if there are UI changes)
Before:
After: