hi.
I tried to use the Export PDF Button on my Django dashboard to export it in PDF format, but this is not working. The chart i built using JavaScript code is not generated on the PDF.
Any suggestion to do that?
thanks.
If you are using custom Javascript code to render a visualization, it will not be exported to PDF. The PDF exporter is server side code that is custom implemented with the built in visualizations. Client-side javascript will not be picked up.