Home Forums Chart Support Running in node.js Reply To: Running in node.js

#36395

@johnhaugeland,

CanvasJS is a JavaScript library that render charts on the client-side. To capture image of chart on server-side, you will have to run it in a headless browser & capture screenshot. Please take a look at this sample project which uses puppeteer to do so.


Vishwas R
Team CanvasJS