Hi team,
I am working on project which related to HTML yfiles library! I have problem and want to ask team for supporting...
I have two graphcontrols were generated by HTML (via code data-type="GraphControl") and they are named as graphA and graphB. I have big graph on graphA with a huge (more thang 1000 nodes) nodes, edges... So now I want to click on any node of graphA to show successors, predecessors, neighbors of selected node on graphB and layout it again.
You know, I am trying assign graphB = graphA and do the layout method for graphB but both of them were affected! I know that it was referenced but I don't know how to clone the part (neighbors, successors..) of graphA for graphB and do the layout method...
Can you please help me!
I tried many method like filter node from A for B then do the layout work. Or assign b equal to a (b = a) then do the layout work... but it didn't work :(
Many thanks!