Highcharts - Export Multiple Charts to Multi Page PDF File

霸气de小男生 提交于 2019-12-25 08:03:32

问题


We are using Highcharts for our charting application. We are displaying 16 bar charts on a webpage. We need to provide exporting feature (a button) through which all charts on the page get exported to a PDF file.

We have implemented it using the hack suggested on the Highcharts website. http://www.highcharts.com/docs/getting-started/frequently-asked-questions#export-multiplesamples/highcharts/exporting/multiple-charts/.

However,when we export it, all 16 charts are coming on a single page in pdf. We want page breaks so that 4 charts can be shown on each page.

Is there any way we can achieve this ? Please help.

Any help will be appreciated.

Thank you.

来源:https://stackoverflow.com/questions/40055750/highcharts-export-multiple-charts-to-multi-page-pdf-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!