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

In some cases, line chart cannot draw graph, and whole app will stuck (crash) #1403

Open Lazizbek97 opened 1 year ago

Lazizbek97 commented 1 year ago

Describe the bug LIneChart cannot draw graph, it will crash the app itself, and nothing works after that.

To Reproduce When minY is negative and maxY is 0, the cases can be reproducable. I will attach code screenshot

Screenshots

Screenshot 2023-07-31 at 09 08 40

Versions

imaNNeo commented 1 year ago

Please provide more information and a reproducible code (a simplified main.dart file).

AliHamzaKhan commented 12 months ago

got the same issue when list size value increases to 20k+ app stucks