iOS-Charts null data point do not show on chart -
like health app on ios 8 null/empty data points not displayed while x axis labels still there. using ios-charts chart library project possible achieve same?
you shouldn't pass nil, not accept nil , xcode warn it. should do, not pass @ all.
you not have pass y value every x index. have make sure y values ordered according x indices.
Comments
Post a Comment