Hello, To further clarify Marcus' post,
The only way I can think of avoiding a direct call to Google is either - Use curl or wget if you've got PHP - Or call a proxy script in your server, and have that proxy parse parameters / talk to Google/ serve the image / etc The charting software is run from Google - I believe there is other alternatives that run from a local server, but can't comment on them. Carlos_M :: www.carloslabs.com :: On Feb 18, 11: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. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
