-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line chart with LineChartView the line is lower than the minimum values #3513
Comments
try to play... with Intensity for cubic lines default: 0.2 dataset.cubicIntensity = (min = 0.05, max = 1) |
it's impossible to be Swift version: 2 Xcode 9.3 / Swift 4.1 |
your issue is completely normal |
Thanks @thierryH91200, yes you are rigth is swift 3, but i tested whit 0.05 cubicIntensity but still having the same problem ! |
try horizontal bezier. the cubic one is a little buggy. |
What did you do?
I'm working on a line graph using LineChartView, in CubicBezier mode
What did you expect to happen?
I try to obtain a graph allowing curves, but respecting the limits
What happened instead?
In many cases the line is lower than the minimum values generating confusion, as you can see in the image, the line seems to have values below 0
Charts Environment
Charts version/Branch/Commit Number: 3.3.1 Release
Xcode version: 8.2.1
Swift version: 2
Platform(s) running Charts: iOS
macOS version running Xcode: 10.13.4
The text was updated successfully, but these errors were encountered: