I'm a beginner with anychart library. I'm trying to get the chart as image and insert it inside a pdf. I know that anychart has the following function to download the chart as pdf.
chart.saveAsPdf({"filename": id_container});
However I need to customize my pdf with jsPDF.
The method
chart.saveAsJpg({"filename": id_container});
automatically download the image. I'm using the 8.7.1 version.