export-csv icon indicating copy to clipboard operation
export-csv copied to clipboard

Csv export with boost turned on produces empty results.

Open pan-henryk opened this issue 8 years ago • 1 comments

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/

pan-henryk avatar Jan 13 '17 11:01 pan-henryk

+1

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

Izothep avatar Mar 08 '17 10:03 Izothep