export-csv
export-csv copied to clipboard
Highcharts plugin to export chart data to CSV
Is in the topic. Example: http://jsfiddle.net/cqjvD/348/
Thank you for the plugin. This change is to take care that If there's more than one serie with differents lengths, show all the data for the last serie. I...
The default allows for changing the filename that is saved. Does this one offer it as well? http://api.highcharts.com/highcharts#exporting.filename
for globalization support chart.exporting.csv.dateFormat should be either a variable or a function, therefore, custom dateFormat may be provided for parsing dates using function. In this regard following code changes are...