Hey, Plotly.js Community,
I see that I can use Plot.ly Python to generate a pdf report with Plotly graphs, but I’m working in JavaScript and I don’t see a way to do the same. I can use Node.js with a package called PDFKit to create PDF reports.
In the report I’m creating, I need to generate images of the graphs that are generated in the Plotly.js application. Is there a method to call to generate those images?
Thanks for any insight!