highcharts / export-csv

Highcharts plugin to export chart data to CSV
http://www.highcharts.com/plugin-registry/single/7/Export-CSV
MIT License
76 stars 95 forks source link

Csv export with boost turned on produces empty results. #116

Open pan-henryk opened 7 years ago

pan-henryk commented 7 years ago

I got a bug similar to this one but after investigation boost module turned out to be the culprit.

Whenever your data exceeds boostThreshold, csv and excel exports return empty data sets. Internally getDataRows seems to return only two rows then. It happens both in my project and your jsfiddle: http://jsfiddle.net/highcharts/cqjvD/1261/

Izothep commented 7 years ago

+1

As a simple workaround for now, it should be possible to change getDataRows method: http://jsfiddle.net/2Jyn5/375/