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

Highcharts plugin to export chart data to CSV

Results 65 export-csv issues
Sort by recently updated
recently updated
newest added

My chart has a trademark (TM) character in series names. It does not carry over well into column names of exported CSV.

Please add an exporting.csv.filename option, so that, if configured, the filename is not automatically constructed from the chart title.

Hello! This is a nice plugin, thanks for that. I have a little problem with it, because it does not support global language options for decimal/thousands separators. Perhaps, this could...

Hi there. Thanks for putting this together - it's really useful. I am working on a project that uses Highcharts plots that include more than one series, and also include...

``` var chart = new Highcharts.Chart({ chart: { renderTo: 'container', zoomType: 'xy' }, title: { text: metricId }, xAxis: { type: 'datetime' }, yAxis: { title: { align: 'high', offset:...

bug

Is there an npm package for this?

Two things: 1) It would be nice to add an option to enable/disable both csv and xls exporting individually via something like: ``` javascript exporting: { enabled: true, csv: {...

Just started using the plugin and works nicely. However the CSV output is not separated using commas but semicolons. Any reason for that?

The README declared the default CSV export item delimiter as ',' but the code is actually using ';' as the default. Updates the README to match the code.