-2
I need to find a solution to generate graphics images through the URL. Google offers an API, but will soon be retired.
Does anyone know a service like Google?
The goal is to send graphs in the body of the email.
-2
I need to find a solution to generate graphics images through the URL. Google offers an API, but will soon be retired.
Does anyone know a service like Google?
The goal is to send graphs in the body of the email.
0
I found a service that might be useful: http://wiki.genexus.com/commwiki/servlet/hwiki?GXchart30,
The problem is what Bacco said: If the service closes, it’s gone.
The ideal is to have a server-side script that manages the graphics you want. The OWC component is an output but generates some pretty ugly graphics.
Browser other questions tagged api graphic services
You are not signed in. Login or sign up in order to post.
A problem with that is every time a service closes, you lose everything that was sent. The ideal would be to generate the images yourself in a proper application, so you would have total control over it (besides being able to monitor what was seen by whom)
– Bacco