Hi. I want to ask
in data.addRows im inserted 2 rows with the same name
my code data.addRows :

// For each orgchart box, provide the name, manager, and tooltip to show.
   data.addRows([
       [{v:'Mike', f:'Mike<div style="color:red; 
font-style:italic">President</div>'}, '', 'The President'],
       [{v:'Jim', f:'Jim<div style="color:red; font-style:italic">Vice 
President</div>'}, 'Mike', 'VP'],
       ['Alice', 'Mike', ''],
       ['Bob', 'Jim', 'Bob Sponge'],
       ['Carol', 'Bob', ''],
       ['Bob', 'Alice', ''],
   ]);

how to be able to display all names in data addRows
thank you
Regards,
Sendi

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/ef0d7725-525f-4abb-848b-76f790a844ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to