Home Forums Chart Support CanvasJS in NodeJS Reply To: CanvasJS in NodeJS

#42262

@mnair,

CanvasJS is a JavaScript library that render charts on the client-side. To expose API for downloading chart, you will have to run it in a headless browser & serve the captured screenshot on request. Please take a look at this sample project which uses puppeteer to save the image in the sever side.

If this doesn’t fulfill your requirement, kindly brief us further about your requirement or an example so that we can understand your scenario better and help you out.

—-
Manoj Mohan
Team CanvasJS