I am looking for a service, similar to the deprecated Google image charting API.
I need to create graphs and send them via email. Therefore it’s important that the
resulting chart will be an image (and not some kind of interactive javascript object).
The service also needs to be free.
Do you know of any such service?
Thanks
I do not know such API but here is how I could proceed, I’d use node-canvas to generate piture from the graph if I wanted to do canvas based drawing.
Here is an article about it.
If I wanted to use a SVG library like Rickshaw I would use phamtomJS to generate the picture from the SVG canvas.