Skip to content
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

Animate FlDotData #1828

Open
PhanVanLinh opened this issue Dec 26, 2024 · 0 comments
Open

Animate FlDotData #1828

PhanVanLinh opened this issue Dec 26, 2024 · 0 comments

Comments

@PhanVanLinh
Copy link

I want to apply a bouncing animation to the last dot of a LineChart. Currently, FlDotData only accepts DotPainter. Therefore, to animate it, I will need to use setState, which will redraw the chart so it's not good for performance

Describe alternatives you've considered

  • Can I get the location on screen of a spot? then I can place another Widget above on LineChart within a Stack, then I can animate on this Widget?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant