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
Laytro80Laytro80 

PDF Charts

Hi,

 

Any thoughts on the best way to show charts on a visualforce page rendered as PDF.

 

I have installed the google visulisation API which is great for interactive charts within the browser but it does not lead itself to PDF.

 

Thanks

 

R

stephanstephan

You can't use JavaScript generated charts in pages rendered as PDF. You can, however, use server generated images. You may want to try Google Chart Tools:

 

http://code.google.com/apis/chart/image_charts.html

rajsrajs
I think you have to configure the "Remote Site Settings", i.e. Add this URL http://code.google.com to your remote site and then generate the PDF.