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

Honor chart.options.exporting.fallbackToExportServer flag. #129

Open tdibacco opened 7 years ago

tdibacco commented 7 years ago

Added code to honor chart.options.exporting.fallbackToExportServer flag.

Reference http://api.highcharts.com/highcharts/exporting.fallbackToExportServer

tdibacco commented 7 years ago

TorsteinHonsi, Thanks for the review. I updated the PR with the strict check.