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

Unable to export CSV if chart title is set to null #142

Closed LaniMoo closed 6 years ago

LaniMoo commented 6 years ago
  1. Set chart title options to:
    {
    text: null
    }
  2. Export chart to CSV file

Demo: http://jsfiddle.net/lanimelrok/uabekf6x/

TorsteinHonsi commented 6 years ago

As noticed on the front page, this repo is no longer maintained as the plugin is now an integrated part of Highcharts.

Luckily, your issue is already resolved: http://jsfiddle.net/uabekf6x/2/