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

Remove data grouping in highstock export module

Open roymj88 opened this issue 9 years ago • 6 comments

Hi,

Is there anyway to remove the data-grouping in highstock chart export module? I have around 30k records and while exporting as CSV or XLS, only 554 data is obtained. I understand its getting grouped as average or so. But is there a way to completely remove the data grouping while downloading? If it does not exist, can this be added in future?

roymj88 avatar Sep 29 '15 13:09 roymj88

:+1:

VishnuGurudathan avatar Sep 30 '15 05:09 VishnuGurudathan

:+1:

MeMeMax avatar Jan 04 '16 10:01 MeMeMax

:+1:

thomashusa avatar Jan 11 '16 16:01 thomashusa

This is possible by editing source code (reference to series.options.data instead of series.points):

Example:

  • http://jsfiddle.net/upus348o/

But there is one bug in Chrome. When we export to CSV, works well, but into XLS, we receive error "Server error" and file cannot be downloaded.

sebastianbochan avatar Jun 03 '16 10:06 sebastianbochan

This works but exporting ALL points in current range makes the magic.

MeMeMax avatar Jun 14 '16 10:06 MeMeMax

Any update on this. Is this being considered? Would love to have the feature.

vnikiten01 avatar Aug 24 '17 14:08 vnikiten01