It looks like the implementation and the client API for the Google Charts library is written in Javascript.
Our use case is we have a set of data points (in a Java object) and we want to convert it into an area chart image url (we could upload the image url if we had an image too). The documentation talks about a Java data source servlet, but it doesn't seem to fit our use case directly where we need to build a service that can take the points and make it an image/image url. Any guidance?
Satya