-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bug: Round Bars Rendering Invalid (when differences are too high?) #43
Comments
Hi, this problem happens only when you set rounded corners ON, I supposed to reduce the width of the bars that their height is lower than their height (also it didn't works currently because codes were unused), |
Amazing! Working perfectly now 😁 |
Thank you, your samples is amazing, |
your samples are beautiful, |
As seen in the screenshots below, when using rounded bars, and having the difference between the bars - we get this weird behavior.
When the Y values are something like 0,0,3,4 - everything is ok.
When the Y values are something like 0,0,30,1750 - the last bar is cut at the bottom.
(the longer one doesn't reach the real widget bottom or the shorter one overreaches. not sure.)
When turning off the rounded corners - the bars seem fine.
I tried debugging it for a bit but didn't really understand what's going on.
Let me know if there's anything else I can help you with.
The text was updated successfully, but these errors were encountered: