Export Multiple Highcharts to Multi-page PDF

前端 未结 2 365
余生分开走
余生分开走 2021-01-07 08:52

I am trying to export multiple charts to a pdf file, with each of the charts to be displayed on a different pdf page.

Code here: JSFiddle

You ca

2条回答
  •  遥遥无期
    2021-01-07 09:16

    Not sure how to do what you want with the Highcharts PDF server, you can do this with the http://www.cloudformatter.com/css2pdf server by formatting a div containing the charts and surrounding charts with a div setting the page-break.

    See http://jsfiddle.net/zvx6eb7e/23/

    Add your header

    Add your header

提交回复
热议问题