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.87k stars 1.78k forks source link

Bugfix/memory leak #1560

Closed imaNNeo closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Attention: 25 lines in your changes are missing coverage. Please review.

Comparison is base (3858b0b) 86.78% compared to head (479f29c) 86.38%.

:exclamation: Current head 479f29c differs from pull request most recent head 6988170. Consider uploading reports for the commit 6988170 to get more accurate results

Files Patch % Lines
lib/src/chart/line_chart/line_chart.dart 0.00% 15 Missing :warning:
lib/src/chart/bar_chart/bar_chart.dart 0.00% 10 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1560 +/- ## ========================================== - Coverage 86.78% 86.38% -0.41% ========================================== Files 45 45 Lines 3035 3047 +12 ========================================== - Hits 2634 2632 -2 - Misses 401 415 +14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

imaNNeo commented 9 months ago

Thanks!