Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highcharts.exporting.USE_TITLE_FOR_FILENAME broken with CSV and XLS #40

Closed
CWSites opened this issue Jan 6, 2017 · 2 comments
Closed

Comments

@CWSites
Copy link

CWSites commented Jan 6, 2017

I'm using this for exporting.filename and it works great for JPG, PNG and PDF however for CSV and XLS the filename is function (options, chartOptions) {- var title = this.title - this.title.textStr.replace(- -g, '-').toLowerCase() - 'chart';- return title;- }.csv

@eleland
Copy link
Contributor

eleland commented Oct 25, 2018

Fwiw, and I realize this is probably a bit late, but I have a fix for this issue in this unmerged PR:
https://github.com/A----/highcharts-export-clientside/pull/26

@A----
Copy link
Owner

A---- commented Oct 25, 2018

So am I apparently, merged.

@A---- A---- closed this as completed Oct 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants