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

Fix/portfolio graph tick labels for 0 #14525

Closed
wants to merge 2 commits into from
Closed

Fix/portfolio graph tick labels for 0 #14525

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 25, 2024

FormattedCryptoAmount component used for rendering tick labels on Y axis of crypto graphs performs an early return for falsy values.

An opt-in exception for 0 is now made and label is rendered. 🎉

Related Issue

Resolve #6724

Screenshots:

Before

Screenshot 2024-09-30 at 18 47 50

After

Screenshot 2024-09-30 at 20 05 12

@MiroslavProchazka
Copy link
Contributor

Hello @mempoolboy ,

Thank you for your contribution!
I've asked my colleagues to do a code review. Once this will be done, I will create a separate PR from your source code in our repository to run the pipelines. Then we can merge this.

Thanks

@peter-sanderson
Copy link
Contributor

@mempoolboy Hi, thank you very much for contribution, will you please add screenshots (before/after) into PRs description?

Copy link
Contributor

@peter-sanderson peter-sanderson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, haven't tested

Copy link
Contributor

@jvaclavik jvaclavik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ghost
Copy link
Author

ghost commented Sep 30, 2024

@mempoolboy Hi, thank you very much for contribution, will you please add screenshots (before/after) into PRs description?

🫡 #14525 (comment)

@Lemonexe Lemonexe removed their request for review October 3, 2024 07:40
@ghost ghost closed this by deleting the head repository Oct 6, 2024
This pull request was closed.
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

Successfully merging this pull request may close these issues.

Missing 0 in coin axis of graph in Accounts section.
3 participants