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.58k stars 1.71k forks source link

big data gap #1122

Open trvaelmq opened 1 year ago

trvaelmq commented 1 year ago

When I request network data and want to update the existing data, I find that it will be stuck. In the final debugging, it is found that the gap between the two data before and after is too large, which will lead to the stuck. How to deal with the large gap between the two data before and after?

trvaelmq commented 1 year ago

I did not limit the maximum value, and the X axis and Y axis are not limited.

imaNNeo commented 1 year ago

At the moment library does not normalize your data. So you are responsible to normalize your data and then pass it to the library.