-
Notifications
You must be signed in to change notification settings - Fork 147
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 flickering graphs #166
Conversation
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.
These changes look really good!
I guess there's still a lot of work in purpose to adjust tests here.
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! Also tested on my local and server. Works very well 👍
Description
There's currently a smaller flicker that's detectable when you change theme and then screens. I think I've been able to remove this by changing
create_empty_fig
to use a transparent background.Before
Now
Hopefully no flicker.
@petar-qb and/or @nadijagraca please could you give this a careful test to see if (a) you can see the flickering currently and (b) that this has fixed it? I had several failed attempts at fixing this so would be great to double check this one works!@petar-qb checked and all fixed now.
Also in this PR:
Screenshot
Checklist
Types of changes
Notice
I acknowledge and agree that, by checking this box and clicking "Submit Pull Request":