[visualization-api] Re: Geo Chart Tooltip

2012-09-12 Thread Ingmar
Hi there, Would it be possible to not have a tooltip in the geochart? I would like to show some info elsewhere onmouseover. Tnx! On Friday, April 27, 2012 6:22:57 PM UTC+2, asgallant wrote: There are a couple ways of changing the tooltip text. The first is to set the formatted value of

[visualization-api] Re: Geo Chart Tooltip

2012-09-12 Thread asgallant
You can disable the tooltips by setting the option enableRegionInteractivity : false, which also disables clicking on regions. The API does not expose a mouseover event for the geo charts, so if you want to do your own, you will have to hook the mouse events on the SVG/VML manually. As far as

[visualization-api] Re: Geo Chart Tooltip

2012-09-12 Thread Sergey
Hi Ingmar, If you want to switch to 1.1 (google.load('visualization', '1.1', )), there is a new option for the GeoChart under the tooltip object. If you set tooltip.trigger to 'none', then no tooltips will be shown on hover. - Sergey On Wednesday, September 12, 2012 2:08:15 AM UTC-4,

[visualization-api] Re: Geo Chart Tooltip

2012-09-11 Thread Carlos Moreira
I builted a Wordpress Plugin that includes the data this way: data.addRows([ [{v:US,f:United States of America},21,21% of Visits], [{v:GB,f:United Kingdom},7,7% of visits],[{v:DE,f:Germany},6,6% of visits],[{v:FR,f:France},5,5% of visits],[{v:ES,f:Spain},5,5% of visits],