-
Notifications
You must be signed in to change notification settings - Fork 37
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
Support for exporting multiple charts? #30
Comments
This has already be asked here #9 , never got around to work on it though. |
Here's an example of exporting multiple charts on the client-side, would it help you to add the same feature to this plugin? http://stackoverflow.com/questions/25630811/export-highcharts-to-pdf-using-javascript-and-local-server-no-internet-connec |
It's not that that's difficult to do. You merely have to combine two charts into the save canvas prior to download. |
Ok, I hope you can add support for it in the coming months. This is a highly wanted feature, for example, if you're creating a sales dashboard which should be able to show multiple charts with exporting options. |
HighCharts now has an official “offline” exporting plugin. Not sure that they have a multiple-charts option, but if you have a licence you might want to contact their support. |
Highcharts has support for exporting multiple charts via a hack, can this be supported also with client-side exporting?
http://www.highcharts.com/docs/getting-started/frequently-asked-questions#export-multiple
http://jsfiddle.net/highcharts/gd7bB/
The text was updated successfully, but these errors were encountered: