-
Notifications
You must be signed in to change notification settings - Fork 210
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
Change orderbook text alignment #1491
Conversation
The empty space you're talking about is the one between the I'm currently trying other solutions, one might be to reduce font pixel size |
Edit font pixel size Change hover effect behavior
I also reduced the number of displayed decimals to 6 |
I was talking about the space left to orderbook, where the chart would be drawn. That space is huge while we are taking here about couple decimals.
|
here you see the problem with 6 decimals on price, even on DGB/BTC it does not fit |
i changed decimals for price back to 8 in my repo: cipig@e61c4d5 now please just get rid of those keeping the decimals of |
so we should find a better solution other then using fixed number of decimals (the coins have very different valuations from 50000 USD for BTC to 0.00006 USD for BIDR or whatever |
Could you please use the last version tag of https://github.com/MikeMcl/bignumber.js (v.9.0.2) so we don't rely on last master commit. |
As discussed with @cipig in private this work will need more research (API and frontend side) for special cases like particular pairs with numerous digits. To prevent any overflow issue we replaced the use of numeric types by strings in the orderbook This PR can be reviewed, research will be continued in #1488: please do not close this isssue if this PR is merged, and rename it if necessary. |
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
thanks a lot for the changes and all your efforts
Fix # 1488