On Tue, Feb 16, 2010 at 1:17 AM, Scoutix <webmestre.scouts.europe.org@
gmail.com> wrote:

> Hy,
>
> How can I have a Geomap centered on All of Europe instead of Eastern,
> Northern or South ? Basically, I would like to have from Finland to
> Spain and from Portugal to the begin of Russia.
>
> VizBoy told us more than 6 month ago that it was a futur feature, but
> when will it be proposed ?
>
this is not supported yet, sorry.  we don't have any specific release date
for this feature.

>
> And can we customise the tooltip ? I use the map to represent
> countries by a colour depending on a group appartenance, so I don't
> want to show '1', '2'... that are used to compute colors.
>
you can set the formatted value in the data table, like this:



  data.setValue(1, 0, 'United States');
  data.setValue(1, 1, 2);
  data.setFormattedValue(1, 1, 'bananas');

then, the tooltip will show "United States Popularity: bananas" instead of
"United States Popularity: 2".

>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To post to this group, send email to
> google-visualization-...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-visualization-api+unsubscr...@googlegroups.com<google-visualization-api%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-visualization-api?hl=en.
>
>

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

Reply via email to