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
<Error>: Error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-a-number) to CoreGraphics API and this value is being ignored.Please fix this problem.
#1714
Closed
StevenMasini opened this issue
Oct 25, 2016
· 1 comment
I already opened an issue for this before, but because you officially release the version 3.0 on Cocoapods, I think that bug should be corrected.
I'm still experimenting the same bugs when positioning the highlight bar manually using self.chartView.highlightValue(x: maxIndexPoint.x, dataSetIndex: 0, callDelegate: true)
My console log shows <Error>: Error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-a-number) to CoreGraphics API and this value is being ignored.Please fix this problem. <Error>: CGContextAddLineToPoint: no current point.
Any solution or work around ?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi Charts Team,
I already opened an issue for this before, but because you officially release the version 3.0 on Cocoapods, I think that bug should be corrected.
I'm still experimenting the same bugs when positioning the highlight bar manually using
self.chartView.highlightValue(x: maxIndexPoint.x, dataSetIndex: 0, callDelegate: true)
Same problem as reported in issue #1626
My console log shows
<Error>: Error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-a-number) to CoreGraphics API and this value is being ignored.Please fix this problem.
<Error>: CGContextAddLineToPoint: no current point.
Any solution or work around ?
Thank you.
The text was updated successfully, but these errors were encountered: