Hello!
Is It Posible to add Extra columns into treemap data and show it in
onmouseover tooltip?
for example:
data.addColumn('string', 'Region');
data.addColumn('string', 'Parent');
data.addColumn('number', 'Market trade volume (size)');
data.addColumn('number', 'Market increase/decrease
(color)');
data.addColumn('string', 'Extra data for mouseover
tooltip');
and I need the javascript code to show this tooltip if it's
possible...
Thank You!
Csaba
--
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.