function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AkersAkers 

Apex Chart not visible while generating PDF onclick of button

Hi Folks,

I am trying to render a page and save it as pdf. I have two sections in the page - an HTML section and an Apex Chart section. While clicking on generate PDF button, the HTML section gets rendered while Apex chart doesn't and the generated PDF shows only HTML section. 

I have gone through blogs and posts and know that Apex Chart is based on javascript and we have to avoid the javascript as that will not show up while rendering the page as PDF. Any suggestions or workarounds which can be done here?

Many Thanks,
Akers