-1

I'm working on visualizing flight parameters using web interface in html, css and javascipt. I wonder what's the best free suitable javascript library to load data from the csv file generated by FDR(flight data recorder) and plot charts?

  • no is duplicated, my issue is totally different and i want serious answer not mentionning question as dupicated without understanding the question! – S.ElBahloul Mar 14 '17 at 14:31
  • i have csv file containing flight data (12 parameters * 16 000 rows), i want to connect my web interface to it and load data and plot for example temerature before turbine = f(regime) – S.ElBahloul Mar 14 '17 at 14:33

1 Answers1

1

Maybe this will help you (CSV to JSON): http://papaparse.com/

Sergio Rodrigues
  • 964
  • 9
  • 12