-
-
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
Last label on xAxis is not showing #1497
Comments
As
Basically this would simplify to the following:
Which would convert to following I'm using: |
First you should try Chart 3.0, it has redesigned x axis rendering. Chart 2.2.5 will not have bug fix anymore. |
Hi, I'm also not able to show the last label on the xAxis.
Example:
50
data points[0]
, a mid point[24]
and the last[49]
labelsHere's a set of different attempts:
view.xAxis.setLabelsToSkip(25)
view.xAxis.setLabelsToSkip(24)
view.xAxis.axisLabelModulus = 24
(I'm using
avoidFirstLastClippingEnabled
which is fitting only the first label)I followed Stackoverflow, a similar issue on previous version and apparently the Android version have the something along the lines.
Thank you!
The text was updated successfully, but these errors were encountered: