Home Forums Chart Support CanvasJS in NodeJS

CanvasJS in NodeJS

Viewing 2 posts - 1 through 2 (of 2 total)
  • #42250

    How to use canvasjs in nodejs to expose APIs to download the charts in png format?

    #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

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.