Your main problem is going to be the concept of 100,000 nodes.This will not work with this chart, or with any other web based org chart that I know. You should create some backend logic to bring a subset of the nodes at a time, so you can display only them, and on certain events reload the chart with different data.
Regards, VizGuy On Tue, Jun 9, 2009 at 1:05 AM, myapplicationquestions < [email protected]> wrote: > > Hi All, > > I am looking at this for our application where we are required to > chart as many as 100,000 people at a time. I wanted to know how > scalable is google visulization for that kind of data. One of other > requirements are > > 1) download capaboility in pdf format. > 2) employee image and additional data along side each person. I am > assuming i can use someyhing like this tgo get the image next to teh > box. all other details i can send via on mouse over. > > data.setCell(1, 0, > 'Jim', '<img src="aaa.jpg></img>Jim<br/><font > color="red"><i>Vice President<i></font>'); > > 3) re-org: This is a future requirement but is this something that > will come in a later release? > > Please let me know if this is all possible using google visualization > > Thanks, > Parag > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
