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

Handle longer numbers #9

Open
gbakeman opened this issue May 5, 2024 · 0 comments
Open

Handle longer numbers #9

gbakeman opened this issue May 5, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@gbakeman
Copy link

gbakeman commented May 5, 2024

Larger or more precise numbers may cause clipping issues (as seen in nutdotnet/WinNUT-Client#150 (comment)):

20240505105317

Solution

Create one or more strategies/algorithms for handling long values:

  • Automatically round numbers to a specific decimal place
  • User-specified precision
  • User-chosen standard format (from a list)
  • Scale size of font automatically within user-defined limits, and make sure a manual static size is available as a property too.
@gbakeman gbakeman added bug Something isn't working enhancement New feature or request labels May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant