P.
Results
1
comments of
P.
Had same issue before and saw another post with temporary fix code `chartDataEntries.sort(by: { $0.x < $1.x })`. Put it after you finish appending chartDataEntries. It's working for me so...