export-csv
export-csv copied to clipboard
Remove data grouping in highstock export module
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?
:+1:
:+1:
:+1:
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.
This works but exporting ALL points in current range makes the magic.
Any update on this. Is this being considered? Would love to have the feature.