imaNNeo / fl_chart

FL Chart is a highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.
https://flchart.dev
MIT License
6.88k stars 1.79k forks source link

Animation Freezing #445

Open ByrdOfAFeather opened 4 years ago

ByrdOfAFeather commented 4 years ago

Describe the bug It seems like after enough points are added the animation will freeze, however, moving my finger along the graph constantly lets the animation unfreeze and continue normally. Video attached.

(To be clear the animation works fine for the first few points - I am not moving my finger during the first few seconds of the video)

To Reproduce https://gist.github.com/ByrdOfAFeather/d95fa056ba188c22d7ef4065e4968bb8

Screenshots https://www.youtube.com/watch?v=_ZnGTPEuNb0

Versions Flutter version: 1.21 FLChart: ^0.11.1

imaNNeo commented 2 weeks ago

The reproducible code doesn't run with the latest version of flutter, dart and fl_chart. Please update it and let me know to check it.

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.5, on macOS 15.1 24B83 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] IntelliJ IDEA Community Edition (version 2024.2.3)
[✓] VS Code (version 1.95.3)
[✓] Connected device (4 available)
[✓] Network resources

• No issues found!
image