Csaba Balogh
unread,Jun 13, 2011, 5:01:24 PM6/13/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
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