-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Strange rounding when the x values are 0 #1649
Comments
Hey, you need to set the the property for preventing overshooting:
|
@TobiasRump Thanks |
The answer here is obvious: Don't use curves. |
@guvanch07 pls check the docs
|
okay, thank you for clarifying @TobiasRump |
By the looks of it, it appears to be a calculation error when painting the corners of the lines onto the right coordinates, which are the coordinates that match the connection between the end of said line and the start of the next one. |
@edgarfroes |
@edgarfroes @artsooter disable Impeller and it will be fixed. You might also try to play around with the latest Flutter master branch, as this PR flutter/engine#52978 might have fixed it. |
Describe the bug
i get List values from backend where all values are above 0 or 0 and when isCurved param set true, i see unexpected rounding
To Reproduce
Screenshots
Versions
fl_chart: ^0.67.0
sdk: 3.19.4
The text was updated successfully, but these errors were encountered: