Hello Forum,

1- how can I show the Orga Chart Vertically?
2- How can I show the e.g. one person under several parents?

            var data = [
                ["Name" , "Manager", "Tooltip"],
                ["Mike", '', "The President"],
                ["Jim", "Mike", 'VP'],
                ['Alice', 'Mike', ''],
                ['Alice', 'Jim', ''],
                ['Bob', 'Jim', 'Bob Sponge'],
                ['Carol', 'Bob', '']
            ];


Thanks

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to