Hi Abed,

It's suggested to export the image data through ECharts instance API
`getDataURL` [1] and use a third-party library, for example, jsPDF [2] to
write the images to a PDF file.

Here is a simple example for your reference:
https://codepen.io/plainheart/pen/BaRMGQO.

Regards.

[1] https://echarts.apache.org/en/api.html#echartsInstance.getDataURL
[2] https://github.com/MrRio/jsPDF


On Wed, Aug 11, 2021 at 10:22 PM Abed Karakira <akarak...@gmail.com> wrote:

> Hello,
>
> I need to export apache echarts to a PDF. Is that possible?
>
> Note: I have multiple charts to put in one PDF.
>
> Best regards,
> Abed Karakira
>

Reply via email to