I suggest that you'll take a look on the OrgChart sample in the playground
for better understanding of the data structure:
http://code.google.com/apis/ajax/playground/?type=visualization#org_chart

Good luck,

On Wed, Nov 2, 2011 at 10:01 AM, hdufo <[email protected]> wrote:

> Hello everybody,
> I work to present a genealogy family tree with the visualization
> package orgchart.
> It's work fine with chrome, nearly fine with firefox and not with IE,
> but i would see this later, it's not my problem now.
> http://h.dufosse.free.fr/gene_graph.htm
> My problem is that i think i don't understand very well the way to do.
> In my program, i add rows with a name and a name of the children (the
> name of the children is a reference to the row of the children), like
> in the example:
>  ['Alice', 'Mike', ''],
>  ['Bob', 'Jim', 'Bob Sponge']
> where Alice is under Mike and Bob under Jim.
> But in my chart, i add a lot of information, like birth date, death
> date, burried...
> So, all this information are the id of the row!!!! The id is a very
> long string, i think we can do by another way, but i don't find.
> Like in the example, if i want to write Mike, bith:..., Mariage in...
> and lot of information like this, i must refer Alice to Mike with also
> all the information.
> I hope you can understand my problem, i wish refer mike with an short
> id but display lot of information
>
> Thanks a lot.
>
> --
> 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.

Reply via email to