-
-
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 show label on x-axis at regular interval and tail end on the graph line #2160
Comments
tail end needs you to override some methods to just draw the last circle. |
@liuxuan30 this is the image of the graph i need to draw not what i have build, i am not able to show xAxis labels at regular interval. Please mention the methods i need to override to show tail end also the mechanism. I know i am asking a lot but believe me i have researched all over google for this solution, you are my last resort!! Thanks in advance |
to draw circles, there is method For the labels, please explain why you can't draw it in fixed interval. ChartsDemo already did that. |
@danielgindi @liuxuan30 Can you please help me to remove the bottom line with continuous 0 in it. I am not sure what it is and what i have done to produce it but believe me i have removed and added each line of code 1 by 1 to debug it. Thanks |
It looks like there are weird entries in your data. Can you check what's in your data? |
As i was debugging this error i came to know that whenever graph data contains all 0 values then this appears, it means the line is drawn on x-Axis and 0 appears just above the drawn line now can you please tell how to eliminate them Thanks in advance :) |
//MARK: - Data Set Initial Setup
} |
@danielgindi @liuxuan30 is it possible to draw the tail small circle at the end of the line, i have tried but me was not successful, please guide, thanks |
just override drawDataSets |
I am building the above graph by using the awesome Charts, but i am failing in few points -
@danielgindi can you please help me on this, thanks
The text was updated successfully, but these errors were encountered: