-
Notifications
You must be signed in to change notification settings - Fork 94
Chrome - Big data: when trying to export a large set of data the export is not succesful and there is no error #107
Comments
WorkaroundUse the boost module, works like a breeze: http://jsfiddle.net/highcharts/cqjvD/1261/ |
Interesting. I got a bug similar to Kacper's, but after investigation boost module turned out to be the culprit. |
Hi there, I ran into this problem too except when trying export large files as xls. I came across this solution and it worked for me: https://stackoverflow.com/questions/39374157/angular-save-file-as-csv-result-in-failed-network-error-only-on-chrome Any chance we can get this fix in? |
Yeah - I'm still seeing this problem with |
Hi @nikolas The repository is depreciated.
https://github.com/highcharts/highcharts/issues |
On Chrome - When trying to export a large set of data the export fails and the file cannot be downloaded.
Demo: http://jsfiddle.net/cqjvD/1260/
Steps:
Is there a known limit for the exported data?
150k data points seems to be too big - the fail occurs.
Could there be at least some kind of info about the fail?
Browsers:
Chrome - the affected browser,
IE11 and Edge - hangs for a while but handles it,
Firefox - runs smoothly even with 1 million points.
The text was updated successfully, but these errors were encountered: