-
-
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
[LineChart] How to Darw "NSString" on xAxis? without Realm.io #1477
Comments
+1 another question: What does data parameter used for?
|
+1 |
Duplicate: Also please look at the demos, or the migration notes |
@danielgindi Then I went back to reference the timeCharts thank you again |
In the "Charts" old version, I use This API to draw xAxis :
ChartDataEntry *entry = [[ChartDataEntry alloc] initWithValue:val xIndex:i];
but, in the new Version, It disappeared! I mean: I only find This API
ChartDataEntry *entry = [[ChartDataEntry alloc] initWithX:11.01 y:35];
Two parameters are of type double !
I try to use Realm.io
But my project loaded in first time, the boss demanded that without the data, the data is added gradually.
Then the Xcode error: Nan
That's to say: when using Realm must be initialized data, this way doesn't work for me
How should I handle? Thank you!
The text was updated successfully, but these errors were encountered: