You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: