-
-
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
Zombie exception #477
Comments
mate, you need to provide more info so we can help you. With this I can say nothing |
There's an error while doing casting. [yVals1 addObject:[[BarChartDataEntry alloc] initWithValue:0 xIndex:j]]; to avoid the cast. |
[yVals1 addObject:[[ChartDataEntry alloc] initWithValue:0 xIndex:j]]; |
when initWithValue:0 and just one number ; use the LineChartView the pt.x will be {nan,nan}, then will exception. |
Well, it should not be nan. There might be something wrong with the data? |
此贴其实可以中文。 |
|
还有 就是柱状图上 x轴显示的 数字是double 能不能 只显示整数,如何做呢 |
I guess it's better to write in English, as more people can help you. |
|
The key is I only know a little about swift,just know about Object-C,my project is write with Object-C. if you have some times off and this is easy for you . Can you write a demo for me,thanks. |
I tried rotate the label a little but no luck yet, seems I missed something there.. Maybe it's time to ask for this feature? |
Look forward to this function; |
What you want is exactly what formatters do. |
Removal of the decimal number in the X axis of the table |
only one number
[yVals1 addObject:[[ChartDataEntry alloc] initWithValue:0 xIndex:j]];
Int(pt.x) exception
BarLineChartViewBase---public var highestVisibleXIndex: Int---Int(pt.x)
The text was updated successfully, but these errors were encountered: