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

Adds new option exporting.csv.dataFormatter #114

Open historicbruno opened 7 years ago

historicbruno commented 7 years ago

I've added this option, which allows overriding the default number format for HTML data table and exported CSV. It shouldn't change the existing default behavior, and I didn't change the strange way the local decimal point is detected (I think it could be changed pretty easily, if needed).

Also, it might be sensible to have separate formatter functions for CSV and HTML table, but this is only a single option for both.