Hi there, the only alternative is to send the request to chart.apis.google.com from your server, and then pass the resulting image through:
1) <CL> -> [http://yourserver.com/chart?...] <yourserver.com> 2) <yourserver.com> -> [http://chart.apis.google.com/chart?...] <chart.apis.google.com> 3) <chart.apis.google.com> -> [PNG] <yourserver.com> 4) <yourserver.com> -> [PNG] <client> You could even cache the generate images on your server or provide a different request syntax. marcus On Wed, Feb 18, 2009 at 1:13 PM, Rohit <[email protected]> wrote: > > I am very new to Google Chart API project and i want to include these > google APIs into our product so that i dont have to use "http:// > chart.apis.google.com/chart?cht=...." .Instead if i can use "http:// > <ourservername>:<port>/chart?cht=...". Can i do this by ant way?As i > have seen this is the only way on google. > I have used jar "JavaGoogleChart-0.90.jar" also to make charts through > code but it also returns me the Url like "http:// > chart.apis.google.com/chart?cht=lxy&chs=150x150&chd=t: > 0.0,30.0,60.0,70.0,90.0,95.0,100.0|20.0,30.0,40.0,50.0,60.0,70.0,80.0| > 10.0,30.0,40.0,45.0,52.0| > 100.0,90.0,40.0,20.0,10.0&chco=FF0000,00FF00&chdl=First|Second" which > i want to be run on our server instead of going to "http:// > chart.apis.google.com/chart". > > Can anyone help me on this? > Any help will be appreciated as i am a beginner in this. > > Thanks in Advance. > > > -- Google Switzerland GmbH (CH-020.4.028.116-1) If you received this communication by mistake, don't forward it to anyone, erase all copies of it, including all attachments, and please let me know it went to you by mistake. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Chart API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en -~----------~----~----~----~------~----~------~--~---
