Javascript runs on the client-side, in a browser, so it has nothing to do with your server-side environment. You write the javascript code in a <script> tag in the HTML, and include a <div> in the HTML to put the chart in.
There is a Java data source API<https://developers.google.com/chart/interactive/docs/dev/dsl_intro>to help with development, if you're interested in that, but it isn't necessary. On Thursday, May 23, 2013 7:15:08 PM UTC-4, [email protected] wrote: > > Hi everybody, > I do not know how my question is educated… but I should finalize a small > piece of project very rapidly and make some reports. So, your > recommendations are demanded highly! > As I have found out… Google Applications are run under JavaScript codes; > our server compiles Java programs… I just wish to know is that possible to > run JavaScript codes under a server running Java? > Actually, I do not know what can be the first step to overcome the > problem. Please, answer me in a step by step way. > Thanks for your attention! > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
