-
-
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 display last label in X-Axis #2007
Comments
try |
avoidFirstLastClippingEnabled not solved my problem. |
Exactly, |
OK.. Then we need more info:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to display the last x-axis Time label for my chart. I used the code
magneticChart.xAxis.setLabelsToSkip(239) to magneticChart.xAxis.setLabelsToSkip(238). Then it shows last time label. but the time intervals changed. and not getting the exact time of first label. I need both first and last label of time to be same.
The text was updated successfully, but these errors were encountered: