hdporras / Web-Probe

Web app version of Probe-It
3 stars 3 forks source link

All Views should be synced by the currently selected node #5

Open hdporras opened 11 years ago

hdporras commented 11 years ago

Product, Local, and Global Views should sync to whichever node is being currently inspected. Actions made in the Local and Global View to switch nodes should be caught to update the other views on what information to display.

hdporras commented 11 years ago

Added ID=NodsetURI to SVG Nodes.

Consider using a hashtable of d3 nodes, with a key of nodeset to sync the global view to local view.