-
-
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
Show Integer values on LineChart #2473
Comments
@danielgindi please help soon |
use formatter
https://developer.apple.com/reference/foundation/numberformatter.style/1408907-none |
I am using Objective C and this sets the xaxis values formatter not what is shown in the graph. |
Check out ChartsDemo. There are plenty of them. |
I have solved the issue. Here is the code.
@interface SetValueFormatter : NSObject @implementation SetValueFormatter
|
I have solved the issue. Here is the code.
In SetValueFormatter
Hope it helps other people as well. |
Hi, I am using the below code :
Please suggest as it was running before |
I have integrated LineChart in my project and it is working fine although I am not able to have non-float integer values in my graph. I have attached a screenshot for the same. I have added these settings for xlabel.
The text was updated successfully, but these errors were encountered: