You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, I'm use this chart.framework, Every time when program runs to here,it crashBarChartDataEntry *en = [[BarChartDataEntry alloc] initWithValue:[[self.characteristics[i] objectForKey:@"value"] doubleValue] xIndex:i]; but these two parameters have value, The error that the program throws is ‘object can not be nil’.could you help me?
The text was updated successfully, but these errors were encountered:
hi, I'm use this chart.framework, Every time when program runs to here,it crash
BarChartDataEntry *en = [[BarChartDataEntry alloc] initWithValue:[[self.characteristics[i] objectForKey:@"value"] doubleValue] xIndex:i];
but these two parameters have value, The error that the program throws is ‘object can not be nil’.could you help me?The text was updated successfully, but these errors were encountered: