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
Nope :-)
The top entry is actually when i == entryCount - 1, that's the last entry. But we did write it as i >= entryCount - 1 for safety. There were cases where people did weird things with data... Although it's much safer in the latest releases.
Check line 251 of THIS FILE
It's
if (!_yAxis.isDrawTopYLabelEntryEnabled && i >= _yAxis.entryCount - 1)
I think it should be
The text was updated successfully, but these errors were encountered: