i ran your first script in IE (with debugger. you can do that too by pressing F12) and it threw an exception. something to do with "Invalid property value". when I looked at the callstack, it showed me the that there is a problem with item td.colspan=1502. if you ask me, the thing is that IE does not support this much data. and since the org chart is rendered as table, it is a little bit difficult for IE. if I were you, I would have split the tree into smaller trees and use the select handler to build inner trees... etc.
just for your information. the tree contained 3470 cells in a row!!!! IE does not know what to do with that. unlike firefox, chrome or safari. good luck On Wed, Nov 2, 2011 at 12:05 PM, hdufo <[email protected]> wrote: > thank Roni, > More questions, yes i have, lot!! > But i must find by myself, i can't ask question each time i have a > problem! > For example, for my family tree, i have more than 900 peoples. > http://h.dufosse.free.fr/gene_graph.htm > With chrome, no problem, all people are display. > but not with IE (r 8) and not correctly with firefox. > I have also http://h.dufosse.free.fr/gene_graph2.htm, the same of the > first one, but i cut at 252 people > with 251 peoples, it'work fine with all browser. With 252, it's work > fine with chrome and firefox, but not with IE! > And the # 252 person have nothing particular to display, we can see > this in firefox or chrome. > > for http://h.dufosse.free.fr/gene_graph.htm (for all peoples), i have > an error on IE, but the error is on the google js, so, difficult to > know what's append! > for http://h.dufosse.free.fr/gene_graph2.htm, in IE, i have any error, > but nothing display! > :-( > > > > -- > 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. > > -- 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.
