-
-
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
I can't find how to disable linechart's default animation. #1618
Comments
Closed
I also kindly ask for an answer to this. |
imaNNeo
added a commit
that referenced
this issue
Nov 20, 2024
… to use `curve` and `duration` instead to keep the consistency over the project, #1618
imaNNeo
added a commit
that referenced
this issue
Nov 20, 2024
… to use `curve` and `duration` instead to keep the consistency over the project, #1618
imaNNeo
added a commit
that referenced
this issue
Nov 20, 2024
… to use `curve` and `duration` instead to keep the consistency over the project, #1618
imaNNeo
added a commit
that referenced
this issue
Nov 20, 2024
… to use `curve` and `duration` instead to keep the consistency over the project, #1618
imaNNeo
added a commit
that referenced
this issue
Nov 20, 2024
… to use `curve` and `duration` instead to keep the consistency over the project, #1618
imaNNeo
added a commit
that referenced
this issue
Nov 20, 2024
… to use `curve` and `duration` instead to keep the consistency over the project, #1618
imaNNeo
added a commit
that referenced
this issue
Nov 20, 2024
… to use `curve` and `duration` instead to keep the consistency over the project, #1618
You can just set the So now, you should be able to use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the documentation I see that the duration and type of animation can be controlled by swapAnimationDuration and swapAnimationCurve, which in the current version of "fl_chart: ^0.66.2" have been changed to duration and curve, but neither of these attributes disable the animation effect.
I tried this by setting the animation duration to 0, but found that there seemed to be a problem with performance.
Looking forward to your guidance.
The text was updated successfully, but these errors were encountered: