-
-
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
How to remove these white/gray lines #758
Comments
did you draw gird line or axis line? Check them out. public var drawGridLinesEnabled = true
public var drawAxisLineEnabled = true |
@liuxuan30 Thank you for your reply!
I've added your code as well, but nothing changed. Guess it's not something related with the axis? Maybe some property of the bars? I also tried to disabled the shadows, but that did also not help. |
I don't remember bar chart has such bounding rect... it's like grid lines. |
You should disable |
@danielgindi |
those small lines seems your pixel is not aligned. Check from there. |
what pixels you mean ? I m not doing any custom work and I have that lines even If I have small amount of data you can see the main line goes OK on top of graph (see arrows) |
sorry, but it seems irrelevant to this topic. and I don't quite understand what's the issue then. |
I can not figure out, what produces this "frames" around my bars. How can I disable them?
Thank you! :)
The text was updated successfully, but these errors were encountered: