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

Y-axis labels truncated with larger numeric values #84

Closed
Peterkn2001 opened this issue Mar 29, 2019 · 2 comments
Closed

Y-axis labels truncated with larger numeric values #84

Peterkn2001 opened this issue Mar 29, 2019 · 2 comments

Comments

@Peterkn2001
Copy link

In the screenshot below, the values being plotted have a range that are around the 43,000 mark.
The y-axis labels should read 43,100 (bottom) to 43,400 (top) but the leading "4" is being truncated:
image

@thomasnordquist
Copy link
Owner

Thanks for reporting, I really appreciate it!
Should be an easy fix and will be in the next release.

@thomasnordquist
Copy link
Owner

Numbers will now be abbreviated, also added some more space.
8266a87

10 000 => 10k
10 000 000 => 10m
10 000 000 000 => 10b
10 000 000 000 000 => 10t

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

2 participants