eoinnorris / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Charts not getting plotted on iOS 5 #540

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Upgrade any existing projects Core Plot library to version 1.2
2. Run the application on iOS 5.
3. See how bar graphs are getting plotted

What is the expected output? What do you see instead?
Expected Output:
Graphs should get plotted as they were getting using version 1.0
Current Output:
Blank graphs are shown 

What version of the product are you using? On what operating system?
Core Plot Version 1.2 on iOS 5.0 / 5.1. Xcode version 4.5

Please provide any additional information below.

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. 
Attached is the screenshot for the same. 

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.

Original issue reported on code.google.com by ypade...@gmail.com on 15 May 2013 at 6:06

Attachments:

GoogleCodeExporter commented 8 years ago
Here is the example app bundled with library which reflects the same issue. Run 
the app on iOS 5.X and the issue will  get reproduced.

Original comment by ypade...@gmail.com on 15 May 2013 at 6:57

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by eskr...@mac.com on 16 May 2013 at 1:52