-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
macOS demo bar chart's first and last bar got half cut #1468
Comments
@PhilJay I'm guessing that a bar at x=0.0, will get cut on the left as there's a bar width that gets from -0.5 to 0.5 right? |
Yes, exactly. The |
There was a bug with |
@danielgindi I did check fitBars are turned off and having the issue. With #1452 and #1486 it's fixed if we turn it on. However, If fitBars turned off, seeing cutting off is expected? By default it's false, kind of confused here |
on master branch, macOS demo bar chart's first and last bar got half cut. Another post #1446 mentioned similar, however it's about
fitBars=true
. OS X demo disabled fitBar still face same issue.Will look into if free or someone can catch.
The text was updated successfully, but these errors were encountered: