-
-
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
Simple Radar Chart causing hang / cpu 99% #2121
Comments
try that
|
Don't have RadarChartDataEntry, so did this:
Got this (it's the cell with the corresponding values): |
You have a version that is obsolete |
wanted to update but can't due to conflicts with swift 3.0 and older versions in my project @thierryH91200 I believe it should still work on older versions... |
Interesting. What version are you using 2.3? I can try it out. |
@petester42 using 2.3.1 |
any luck @petester42 ? |
Im just trying it now. And I don't see this problem. Im using an iPhone 6 to test and its never goes over 2. Maybe you're doing too much stuff on the main thread in your app? |
I suggest you update to 3.0 soon since swift 2.3 is deprecated and will be removed in Xcode 8.3 |
Trying to create and load a simple RadarChartView, however when assigning data to it, it causes the app to freeze / cpu goes to 99%.
When no data is assigned, the chart loads and display the valid "no data text", however as mentioned assigning data to it (i've tried multiple forms) causes the problem.
Would love some help, thanks!
The text was updated successfully, but these errors were encountered: