We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The x-axis label jumps when i am zoomed in and scrolling sideways. Have a look at the gif attached.
Any idea why this is happening?
The text was updated successfully, but these errors were encountered:
I had an issue similar to this, try this:
Remove: LineChart.xAxis.avoidFirstLastClippingEnabled = true
Add in: LineChart.xAxis.centerAxisLabelsEnabled = true
and add this to format the starting and ending x position of the graph if you want: LineChart.xAxis.spaceMin = 0.5 LineChart.xAxis.spaceMax = 0.5
Sorry, something went wrong.
Removing LineChart.xAxis.avoidFirstLastClippingEnabled = true fixes it. Other stuff is not needed for me.
LineChart.xAxis.avoidFirstLastClippingEnabled = true
Thanks for the help!
No branches or pull requests
The x-axis label jumps when i am zoomed in and scrolling sideways. Have a look at the gif attached.
Any idea why this is happening?
The text was updated successfully, but these errors were encountered: