-
-
Notifications
You must be signed in to change notification settings - Fork 107
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 the additional centre y-axis line? #240
Comments
I may have found a solution, but don't know why it works I had this line |
Thanks for commenting on this issue, but I dont have a line like that :-( Where exactly is it? Still looking for a fix for this. |
This |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SwiftUICharts seems to always add x and y axis centre markers regardless of configuration of x or y GridStyle.
When my charts have an odd number of grid lines then this falls on a desired gridline so no problem.
But when my charts need to have an even number of gridlines due to nice axis scaling, the additional y-axis centre line looks out of place.
Any way to stop this line from appearing?
The text was updated successfully, but these errors were encountered: