hi all,
please i need your help. i am writing my google map application in C#
asp.net. (I have the appropriate library).
here is the current code i have:

 GInfoWindow window = new GInfoWindow(icon, "text comes here",
false);
 GMap1.addInfoWindow(window);

i need to insert the below chart i created using google charts:
html:
"http://chart.apis.google.com/chart?
chxt=y&chbh=a&chs=300x225&cht=bvg&chco=A2C180,3D7930&chd=t:
10,50,60,80,40,60,30|50,60,100,40,20,40,30&chtt=Vertical+bar+chart"

alternatively google charts also provide the code in javascript and
html however it i cannot place it in the GInfoWindow.

I know it is possible to do it and has been done before look here:
http://citynet-dev.hft-stuttgart.de/dev-tool/live

thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to