H Matt,
It is not that straight forward, but there is a way to get it done:

1. You can change the top half of the tool-tip by adding a column of type
string (the name of the column does not matter), and filling this column
with values for each row.
2. By default, the visualization creates the bottom part of the tool-tip by
appending the name of the data column with the value. You can change that
behavior by explicitly setting the formatted value of your cells. For
example:
  data.setCell(2, 1, 300, '300, Money: 200');
Sets the formatted value of the column 1 of row 2 to be '300, Money:
200' (while
the value, which is used for picking the color is 300).


On Mon, Jan 10, 2011 at 7:15 PM, [email protected] <
[email protected]> wrote:

> Regarding the GeoMap, is it possible to have multiple columns for a
> visualization? If I were to hover over a country, I could see a Value:
> 10 and a Secondary Value: 15. Currently it only displays a single
> value and I cannot see a way to have more than one.
>
> Thanks,
> Matt
>
> --
> 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]<google-visualization-api%[email protected]>
> .
> 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 [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.

Reply via email to