Hi,
I have a problem with tooltips when i use more than three column in
Organizational Chart.
var data = new google.visualization.DataTable();
data.addColumn('string', 'Name');
data.addColumn('string', 'Manager');
data.addColumn('string', 'ToolTip');
data.addColumn('string', 'Id_service');
data.addColumn('string', 'Id_personnal');
data.addColumn('string', 'Nbemp');
How do i use tooltip in this case?
I need the last 3 columns to run my organization but the tooltip does
not work: s
Help me.
Thanks
Best regards
--
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.