Closed GoogleCodeExporter closed 8 years ago
When checking the plot identifier in the datasource methods, you should use
-isEqualToString: instead of ==. It's possible one of those tests are failing
because the compiler created more than one string constant with the same text.
Original comment by eskr...@mac.com
on 6 May 2012 at 5:00
HI
Yeah tried using -isEqualToString: instead of == and still the same. As I said
in the initial post I am sure it is something I have stuffed up but just can't
see what. Thanks for the suggestion...
Original comment by steve.be...@gmail.com
on 9 May 2012 at 12:38
When barBasesVary is YES, the datasource will ask for three values:
CPTBarPlotFieldBarLocation, CPTBarPlotFieldBarTip, and CPTBarPlotFieldBarBase.
You're not providing the base values for the second bar plot. When the
datasource returns nil for a data value, the plot won't draw that point.
Original comment by eskr...@mac.com
on 9 May 2012 at 1:06
Hi,
I said it was something I had done. Thanks for your help and yes that haas
solved the issue. Can't believe that I missed it.
thanks
Original comment by steve.be...@gmail.com
on 9 May 2012 at 1:29
Original comment by eskr...@mac.com
on 9 May 2012 at 10:55
Original issue reported on code.google.com by
steve.be...@gmail.com
on 6 May 2012 at 1:14Attachments: