When generating huge amount of data (50 Hz IMU data, can be full day) I got few issues.
- Generation time is way too big, the python to html serialisation is far from optimised.
- The output file wont let me unit x axis so time is duplicated per field making the file size almost double
- Would be much better to have the data compressed inside the file not as text, this can reduce the file size by factor 5
Please consider improving offline performance, I really like plotly but for my heavy use it is too slow and output too big.
Thanks!