Applicaton Background: I am developing an application that should have multiple highcharts on the same page with export to PDF button.On the left navigation there would be links to go to any high chart and a text area to enter user comments.Suppose we have three high charts that is bar chart,heat map and scatter plot on th esame page.If user wants to navigate to any of this chart then he must click on the links on the left navigation.The left navigation part will be available to each of the chart so that user can navigate to any chart.
Query: When user clicks on export to PDF button,all the three charts should be exported in the PDF.Also comments in the text area should be exported as a note in the PDF.Please let me know how to achieve this.