ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.57k stars 6k forks source link

Graph not plotting data correctly #3987

Open anthonycastelli opened 5 years ago

anthonycastelli commented 5 years ago

What did you do?

Plotted data

What did you expect to happen?

Graph to look clean and filled correctly How it should look:

Screen Shot 2019-05-06 at 9 47 26 AM

What happened instead?

The start point and end point cut through the graph How it should not look:

Screen Shot 2019-05-06 at 9 46 10 AM

Charts Environment

Charts version/Branch/Commit Number: 3.3.0 Xcode version: 10.2 Swift version: 5 Platform(s) running Charts: iOS 12.2 macOS version running Xcode: 10.14.4

liuxuan30 commented 5 years ago

seems the sorting is not correct? I assume you are saying the filling rect, apparently the closing rect is weird.

Can you provide data code so we can directly reproduce with ChartsDemo?