I'm using reveal js to display some locally hosted plotly charts using iframe.
This works fine other than ability to export to pdf. When I go to http://localhost:138/presentations/pres1/?print-pdf (as described here), I am able to export the text, but the plotly charts don't appear. I assume this is due to the plotly library not loading.
Is there a way of loading the local html file so that it can be exported to pdf?
I'm using the following in my slides:
#### Slide with iframe
<iframe data-src="http://localhost:138/html/localpage.html" width="900" height="500" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" style="border:0px solid #666; margin-bottom:5px; max-width: 600%;" allowfullscreen=true></iframe>
I'm saving the plotly chart using export interactive html