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.83k stars 1.77k forks source link

Reading from CSV files #768

Open BlackFireAlex opened 3 years ago

BlackFireAlex commented 3 years ago

Is there a way to plot csv without creating a bunch of flspots ?

Is the only way to plot a csv file : reading it with a third party plugin and iterating on every data point and creating a flspot ? If this is the case this seams very inefficient.

If it's it's not the case could you point me to a better implementation.

imaNNeo commented 1 year ago

Hi. Unfortunately we don't support it at the moment.