问题
I am using Core Plot to draw charts in my iOS application. The charts were getting plotted nicely till I was using core plot version 1.0. I just upgraded my core plot to version 1.2 and tested it on iOS 6 and all was looking OK there. But when I ran the same code on iOS 5.0 and 5.1, my bar charts got vanished and it is now showing me just a blank screen with two axes plotted. Bellow is the screenshot for the same
The problem occurs only for bar graph and scatter plot whereas pie charts are getting plotted correctly. I am using Xcode version 4.5. If anyone knows how to deal with this problem, please help.
回答1:
That's a known issue with Core Plot 1.2. You can use Mercurial to pull the latest code with the fix from Google Code.
来源:https://stackoverflow.com/questions/16557186/charts-not-getting-plotted-on-ios-5