How can i create a line chart on the nodejs server, and return an image to client?
i see this question and not work for me.
How can i create a line chart on the nodejs server, and return an image to client?
i see this question and not work for me.
There are a couple approaches. If it were me, I'd just create a rest JSON service that returned the raw data, then render it with jqplot on the client side.
Edit - If you need to create a PNG, then I might use: npmjs.com/package/nchart