How to export the whole page or html content with Highcharts not just the chart?
问题 hi all my chart is exporting fine with highcharts i m getting the chart for my php project but the problem is that i am looking to import html content or the whole page along with the chart not just the chart is it possible to do ?? can any one help me or show here is a sample fiddle http://jsfiddle.net/YBXdq/ i need to export the text below the chart has well 回答1: There are so many direct and indirect way to achieve this Use HTML Canvas : http://html2canvas.hertzen.com/ Using wkhtmltoimage