Home Forums Feature Requests & Feedback Export charts as PNG on server Reply To: Export charts as PNG on server

#37301

@rck,

CanvasJS exportChart method is used to export the chart in the client-side. In order to save the image on server, you need to use PhantomJS’s page.render method which renders the page and save it as an image on server.

—-
Manoj Mohan
Team CanvasJS