Core Plot never stops asking for data, hangs device
- by Ben Collins
I'm trying to set up a core plot that looks somewhat like the AAPLot example on the core-plot wiki. I have set up my plot like this:
- (void)initGraph:(CPXYGraph*)graph forDays:(NSUInteger)numDays {
self.cplhView.hostedLayer = graph;
graph.paddingLeft = 30.0;
graph.paddingTop = 20.0;
graph.paddingRight = 30.0;
…