Hi all, i am experimenting with a treemap where different parent nodes
have identical node members, i.e.
["Population",null,0,0],
["Region_A","Population",0,0],
["Region_B","Population",0,0],
["Region_C","Population",0,0],
["Adult","Region_A",1,0],
["Minor","Region_A",1,0],
["Adult","Region_B",1,0],
["Minor","Region_B",1,0],
["Adult","Region_C",1,0],
["Minor","Region_C",1,0]
Currently all nodes are diplayed under parent node "Region_A". If I
change the names (node ID) to distinct names the association to the
parent node works correctly. Is there any other option/workaround then
defining unique node names?
Thanks,
Dominic
--
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.