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 94 forks source link

Highcharts.Chart.prototype.getTable - console.log #136

Closed kachaj7 closed 7 years ago

kachaj7 commented 7 years ago

Hi,

can you remove the console.log on line 225? Version 1.4.5

TorsteinHonsi commented 7 years ago

The current version is 1.4.8, and the console.log is no longer there. Also, this whole plugin is deprecated, and the code is now part of a Highcharts module, export-data. See for example http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/samples/highcharts/export-data/categorized/.