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.