Hi, 1. You can change the value displayed in the popup by using formatted values, like: data.setCell(1, 1, 100, "100k");
2. As you can see, its almost impossible to click on the pop up, so a link will not really help... Alternatively, you should do a bit of javascript coding, and use the select events mechanism, so you can activate a javascrit function that is called any time that the user clicks on a country, and from there you can open a new window or a pop up with additional info (or anything else). Hope this helps. Regards, VizGuy On Wed, Jul 22, 2009 at 11:10 AM, Sorcerer2066 <[email protected]>wrote: > > Hi All > > I am trying to set up a map page and hoping that some one can help me. > I am NOT a coder and feel somewhat intimidated by all the brainy > answers in this forum however if some does know the answer to this I'd > be eternally grateful! > > I would like to use this map: > > http://code.google.com/apis/visualization/documentation/gallery/geomap.html#Overview > > When you roll your mouse over a certain country a window pops up with > a bit of info. I'd LOVE to include a link into that window but haven't > a clue where to start or even if this is possible! > > Any advice, suggestions would be very gratefully received > > Many thanks > > Jen > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Visualization 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-visualization-api?hl=en -~----------~----~----~----~------~----~------~--~---
